Searched refs:LCGR (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/s390/ |
D | simulator-s390.h | 864 EVALUATE(LCGR);
|
D | constants-s390.h | 1358 V(lcgr, LCGR, 0xB903) /* type = RRE LOAD COMPLEMENT (64) */ \
|
D | simulator-s390.cc | 1152 EvalTable[LCGR] = &Simulator::Evaluate_LCGR; in EvalTableInit() 6694 EVALUATE(LCGR) { in EVALUATE() argument 6695 DCHECK_OPCODE(LCGR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 593 4201905U, // LCGR
|
D | SystemZGenDisassemblerTables.inc | 545 /* 1963 */ MCD_OPC_Decode, 188, 4, 80, // Opcode: LCGR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 812 def LCGR : UnaryRRE<"lcg", 0xB903, ineg, GR64, GR64>;
|
D | SystemZISelLowering.cpp | 5394 BuildMI(MBB, DL, TII->get(SystemZ::LCGR), Tmp2).addReg(Tmp); in emitAtomicLoadBinary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 826 def LCGR : UnaryRRE<"lcgr", 0xB903, ineg, GR64, GR64>;
|
D | SystemZISelLowering.cpp | 6367 BuildMI(MBB, DL, TII->get(SystemZ::LCGR), Tmp2).addReg(Tmp); in emitAtomicLoadBinary()
|