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

/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/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1235 bool commutative) {
1237 if (commutative && g.CanBeBetterLeftOperand(right)) {
1233 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) argument
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1449 bool commutative) {
1484 if (!commutative) cont->Commute();
1447 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1543 bool commutative, ImmediateMode immediate_mode) {
1553 if (!commutative) cont->Commute();
1541 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative, ImmediateMode immediate_mode) argument
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc1682 bool commutative) {
1684 if (commutative && g.CanBeBetterLeftOperand(right)) {
1680 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) argument
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc1251 bool commutative) {
1253 if (commutative && g.CanBeBetterLeftOperand(right)) {
1249 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) argument
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc2008 bool commutative, ImmediateMode immediate_mode) {
2018 if (!commutative) cont->Commute();
2006 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative, ImmediateMode immediate_mode) argument
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc1964 bool commutative) {
1999 if (!commutative) cont->Commute();
1962 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc1553 bool commutative, ImmediateMode immediate_mode) {
1563 if (!commutative) cont->Commute();
1551 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative, ImmediateMode immediate_mode) 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 591 milliseconds