Searched defs:commutative (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp113 static const uint32_t commutative[(OP_LAST + 31) / 32] = local
156 opInfo[i].commutative = (commutative[i / 32] >> (i % 32)) & 1;
H A Dnv50_ir_target.h154 unsigned int commutative : 1; member in struct:nv50_ir::Target::OpInfo
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp113 static const uint32_t commutative[(OP_LAST + 31) / 32] = local
156 opInfo[i].commutative = (commutative[i / 32] >> (i % 32)) & 1;
H A Dnv50_ir_target.h154 unsigned int commutative : 1; member in struct:nv50_ir::Target::OpInfo
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc175 // TODO(turbofan): if commutative, pick the non-live-in operand as the left as
461 FlagsContinuation* cont, bool commutative) {
470 if (!commutative) cont->Commute();
459 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc848 bool commutative) {
862 if (!commutative) cont->Commute();
846 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
/external/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc547 bool commutative) {
557 if (!commutative) cont->Commute();
545 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
/external/chromium_org/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc187 // TODO(turbofan): if commutative, pick the non-live-in operand as the left as
599 bool commutative) {
608 if (!commutative) cont->Commute();
597 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1778 milliseconds