Searched refs:opcode2 (Results 1 – 6 of 6) sorted by relevance
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| D | valhall.py | 184 …def __init__(self, name, opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], … argument 189 self.opcode2 = opcode2 or 0 200 self.secondary_mask = 0xF if opcode2 is not None else 0x0 219 assert(not opcode2 or (opcode2 & self.secondary_mask) == opcode2) 269 opcode2 = overrides.get('opcode2') or el.attrib.get('opcode2') 272 opcode2 = int(opcode2, base=0) if opcode2 else None 309 …instr = Instruction(name, opcode, opcode2, srcs = sources, dests = dests, immediates = imms, modif…
|
| D | disasm.py | 234 assert(ins.opcode2 not in SECONDARY) 235 SECONDARY[ins.opcode2] = ins
|
| D | valhall.c.py | 173 return (op.opcode << 48) | (op.opcode2 << op.secondary_shift)
|
| D | asm.py | 334 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>,
|