Searched refs:opcode2 (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | valhall.py | 172 …def __init__(self, name, opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], … argument 177 self.opcode2 = opcode2 or 0 183 self.secondary_mask = 0xF if opcode2 is not None else 0x0 196 assert(not opcode2 or (opcode2 & self.secondary_mask) == opcode2) 244 opcode2 = overrides.get('opcode2') or el.attrib.get('opcode2') 246 opcode2 = int(opcode2, base=0) if opcode2 else None 270 …instr = Instruction(name, opcode, opcode2, srcs = sources, dests = dests, immediates = imms, modif…
|
D | disasm.py | 238 assert(ins.opcode2 not in SECONDARY) 239 SECONDARY[ins.opcode2] = ins
|
D | asm.py | 326 encoded |= (ins.opcode2 << ins.secondary_shift)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 73 class I2<bits<6> opcode1, bits<6> opcode2, dag OOL, dag IOL, string asmstr, 84 let Inst{32-37} = opcode2; 313 class IForm_and_DForm_1<bits<6> opcode1, bit aa, bit lk, bits<6> opcode2, 316 : I2<opcode1, opcode2, OOL, IOL, asmstr, itin> { 333 class IForm_and_DForm_4_zero<bits<6> opcode1, bit aa, bit lk, bits<6> opcode2, 336 : IForm_and_DForm_1<opcode1, aa, lk, opcode2, 1494 bits<6> opcode2, bits<2> xo2, 1497 : I2<opcode1, opcode2, OOL, IOL, asmstr, itin> { 1522 bits<6> opcode2, bits<2> xo2, 1525 : XLForm_2_and_DSForm_1<opcode1, xo1, lk, opcode2, xo2, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 3138 multiclass BinaryRRAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2, 3143 def K : BinaryRRFa<mnemonic#"k", opcode2, operator, cls1, cls1, cls2>, 3150 multiclass BinaryRREAndK<string mnemonic, bits<16> opcode1, bits<16> opcode2, 3155 def K : BinaryRRFa<mnemonic#"k", opcode2, operator, cls1, cls1, cls2>, 3297 multiclass BinaryRIAndK<string mnemonic, bits<12> opcode1, bits<16> opcode2, 3302 def K : BinaryRIE<mnemonic##"k", opcode2, operator, cls, imm>, 3375 multiclass BinaryRSAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2, 3379 def K : BinaryRSY<mnemonic##"k", opcode2, operator, cls>,
|