/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenInstrInfo.inc | 4217 …{ 33, 3, 1, 0, 0, "ADC16rr", 0|(1<<MCID::Commutable), 0x22000043ULL, ImplicitList1, ImplicitList1,… 4226 …{ 42, 3, 1, 0, 0, "ADC32rr", 0|(1<<MCID::Commutable), 0x22000003ULL, ImplicitList1, ImplicitList1,… 4235 …{ 51, 3, 1, 0, 0, "ADC64rr", 0|(1<<MCID::Commutable), 0x22002003ULL, ImplicitList1, ImplicitList1,… 4242 …{ 58, 3, 1, 0, 0, "ADC8rr", 0|(1<<MCID::Commutable), 0x20000003ULL, ImplicitList1, ImplicitList1, … 4253 …{ 69, 3, 1, 0, 0, "ADD16rr", 0|(1<<MCID::ConvertibleTo3Addr)|(1<<MCID::Commutable), 0x2000043ULL, … 4254 …{ 70, 3, 1, 0, 0, "ADD16rr_DB", 0|(1<<MCID::ConvertibleTo3Addr)|(1<<MCID::Commutable), 0x0ULL, NUL… 4265 …{ 81, 3, 1, 0, 0, "ADD32rr", 0|(1<<MCID::ConvertibleTo3Addr)|(1<<MCID::Commutable), 0x2000003ULL, … 4266 …{ 82, 3, 1, 0, 0, "ADD32rr_DB", 0|(1<<MCID::ConvertibleTo3Addr)|(1<<MCID::Commutable), 0x0ULL, NUL… 4277 …{ 93, 3, 1, 0, 0, "ADD64rr", 0|(1<<MCID::ConvertibleTo3Addr)|(1<<MCID::Commutable), 0x2002003ULL, … 4278 …{ 94, 3, 1, 0, 0, "ADD64rr_DB", 0|(1<<MCID::ConvertibleTo3Addr)|(1<<MCID::Commutable), 0x0ULL, NUL… [all …]
|
D | X86InstrMMX.td | 27 bit Commutable = 0> { 32 let isCommutable = Commutable;
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 117 Commutable, enumerator 455 return Flags & (1 << MCID::Commutable); in isCommutable()
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 118 Commutable, enumerator 388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1894 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 1899 let isCommutable = Commutable; 1905 SDNode OpNode, bit Commutable> 1910 let isCommutable = Commutable; 1937 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 1942 let isCommutable = Commutable; 1946 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 1951 let isCommutable = Commutable; 1980 ValueType ResTy, ValueType OpTy, Intrinsic IntOp, bit Commutable> 1985 let isCommutable = Commutable; [all …]
|
D | ARMInstrThumb2.td | 493 PatFrag opnode, string baseOpc, bit Commutable = 0, 509 let isCommutable = Commutable; 546 PatFrag opnode, string baseOpc, bit Commutable = 0> : 547 T2I_bin_irs<opcod, opc, iii, iir, iis, opnode, baseOpc, Commutable, ".w"> { 614 PatFrag opnode, bit Commutable = 0> { 636 bit Commutable = 0> { 675 let isCommutable = Commutable; 701 bit Commutable = 0> { 717 let isCommutable = Commutable;
|
D | ARMInstrInfo.td | 866 PatFrag opnode, string baseOpc, bit Commutable = 0> { 889 let isCommutable = Commutable; 958 PatFrag opnode, string baseOpc, bit Commutable = 0> { 1051 PatFrag opnode, bit Commutable = 0> { 1091 PatFrag opnode, bit Commutable = 0> { 1116 PatFrag opnode, bit Commutable = 0> { 1133 let isCommutable = Commutable; 1232 string baseOpc, bit Commutable = 0> { 1255 let isCommutable = Commutable;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 2547 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2554 let isCommutable = Commutable; 2560 SDNode OpNode, bit Commutable> 2567 let isCommutable = Commutable; 2598 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2605 let isCommutable = Commutable; 2609 ValueType ResTy, ValueType OpTy, SDNode OpNode, bit Commutable> 2616 let isCommutable = Commutable; 2649 ValueType ResTy, ValueType OpTy, SDPatternOperator IntOp, bit Commutable> 2656 let isCommutable = Commutable; [all …]
|
D | ARMInstrThumb2.td | 579 SDPatternOperator opnode, bit Commutable = 0, 597 let isCommutable = Commutable; 635 SDPatternOperator opnode, bit Commutable = 0> : 636 T2I_bin_irs<opcod, opc, iii, iir, iis, opnode, Commutable, ".w"> { 709 bit Commutable = 0> { 723 let isCommutable = Commutable; 759 bit Commutable = 0> { 801 let isCommutable = Commutable; 828 bit Commutable = 0> { 844 let isCommutable = Commutable;
|
D | ARMInstrInfo.td | 1253 SDPatternOperator opnode, bit Commutable = 0> { 1278 let isCommutable = Commutable; 1326 SDNode opnode, bit Commutable = 0> { 1399 bit Commutable = 0> { 1409 let isCommutable = Commutable; 1432 bit Commutable = 0> { 1460 SDPatternOperator opnode, bit Commutable = 0, 1482 let isCommutable = Commutable; 1591 bit Commutable = 0> { 1616 let isCommutable = Commutable;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 97 OpndItins itins, bit Commutable = 0> { 103 let isCommutable = Commutable;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 647 return hasProperty(MCID::Commutable, Type);
|