Searched refs:opcode2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 68 class I2<bits<6> opcode1, bits<6> opcode2, dag OOL, dag IOL, string asmstr, 79 let Inst{32-37} = opcode2; 287 class IForm_and_DForm_1<bits<6> opcode1, bit aa, bit lk, bits<6> opcode2, 290 : I2<opcode1, opcode2, OOL, IOL, asmstr, itin> { 307 class IForm_and_DForm_4_zero<bits<6> opcode1, bit aa, bit lk, bits<6> opcode2, 310 : IForm_and_DForm_1<opcode1, aa, lk, opcode2, 1302 bits<6> opcode2, bits<2> xo2, 1305 : I2<opcode1, opcode2, OOL, IOL, asmstr, itin> { 1330 bits<6> opcode2, bits<2> xo2, 1333 : XLForm_2_and_DSForm_1<opcode1, xo1, lk, opcode2, xo2,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 1562 multiclass BinaryRRAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2, 1567 def K : BinaryRRFK<mnemonic, opcode2, null_frag, cls1, cls2>, 1574 multiclass BinaryRREAndK<string mnemonic, bits<16> opcode1, bits<16> opcode2, 1579 def K : BinaryRRFK<mnemonic, opcode2, null_frag, cls1, cls2>, 1601 multiclass BinaryRIAndK<string mnemonic, bits<12> opcode1, bits<16> opcode2, 1606 def K : BinaryRIE<mnemonic##"k", opcode2, null_frag, cls, imm>, 1638 multiclass BinaryRSAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2, 1642 def K : BinaryRSY<mnemonic##"k", opcode2, null_frag, cls>,
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 833 InstructionCode opcode2, Node* node) { in VisitPairBinop() argument 852 selector->Emit(opcode2, g.DefineSameAsFirst(node), in VisitPairBinop()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1109 InstructionCode opcode2, Node* node) { in VisitPairBinop() argument 1128 selector->Emit(opcode2, g.DefineSameAsFirst(node), in VisitPairBinop()
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 13424 UInt opcode2 = INSN(4,0); in dis_AdvSIMD_fp_compare() local 13428 && (opcode2 & BITS5(0,0,1,1,1)) == BITS5(0,0,0,0,0)) { in dis_AdvSIMD_fp_compare() 13450 Bool isCMPE = (opcode2 & 16) == 16; in dis_AdvSIMD_fp_compare() 13451 Bool cmpZero = (opcode2 & 8) == 8; in dis_AdvSIMD_fp_compare()
|