Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dbswap-03.ll7 ; Check LRVG with no displacement.
17 ; Check the high end of the aligned LRVG range.
41 ; Check the high end of the negative aligned LRVG range.
52 ; Check the low end of the LRVG range.
76 ; Check that LRVG allows an index.
90 ; to use LRVG if possible.
/external/llvm/test/CodeGen/SystemZ/
Dbswap-03.ll7 ; Check LRVG with no displacement.
17 ; Check the high end of the aligned LRVG range.
41 ; Check the high end of the negative aligned LRVG range.
52 ; Check the low end of the LRVG range.
76 ; Check that LRVG allows an index.
89 ; Check that volatile accesses do not use LRVG, which might access the
102 ; to use LRVG if possible.
/external/v8/src/s390/
Dsimulator-s390.h982 EVALUATE(LRVG);
Dconstants-s390.h837 V(lrvg, LRVG, 0xE30F) /* type = RXY_A LOAD REVERSED (64) */ \
Dsimulator-s390.cc1270 EvalTable[LRVG] = &Simulator::Evaluate_LRVG; in EvalTableInit()
7873 EVALUATE(LRVG) { in EVALUATE() argument
7874 DCHECK_OPCODE(LRVG); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc681 13636866U, // LRVG
DSystemZGenDisassemblerTables.inc1013 /* 700 */ MCD_OPC_Decode, 148, 5, 109, // Opcode: LRVG
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td740 def LRVG : UnaryRXY<"lrvg", 0xE30F, z_lrvg, GR64, 8>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td763 def LRVG : UnaryRXY<"lrvg", 0xE30F, z_lrvg, GR64, 8>;