Home
last modified time | relevance | path

Searched refs:LCGR (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/s390/
Dsimulator-s390.h864 EVALUATE(LCGR);
Dconstants-s390.h1358 V(lcgr, LCGR, 0xB903) /* type = RRE LOAD COMPLEMENT (64) */ \
Dsimulator-s390.cc1152 EvalTable[LCGR] = &Simulator::Evaluate_LCGR; in EvalTableInit()
6694 EVALUATE(LCGR) { in EVALUATE() argument
6695 DCHECK_OPCODE(LCGR); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc593 4201905U, // LCGR
DSystemZGenDisassemblerTables.inc545 /* 1963 */ MCD_OPC_Decode, 188, 4, 80, // Opcode: LCGR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td812 def LCGR : UnaryRRE<"lcg", 0xB903, ineg, GR64, GR64>;
DSystemZISelLowering.cpp5394 BuildMI(MBB, DL, TII->get(SystemZ::LCGR), Tmp2).addReg(Tmp); in emitAtomicLoadBinary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td826 def LCGR : UnaryRRE<"lcgr", 0xB903, ineg, GR64, GR64>;
DSystemZISelLowering.cpp6367 BuildMI(MBB, DL, TII->get(SystemZ::LCGR), Tmp2).addReg(Tmp); in emitAtomicLoadBinary()