Searched refs:LRVG (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | bswap-03.ll | 7 ; 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/ |
D | bswap-03.ll | 7 ; 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/ |
D | simulator-s390.h | 982 EVALUATE(LRVG);
|
D | constants-s390.h | 837 V(lrvg, LRVG, 0xE30F) /* type = RXY_A LOAD REVERSED (64) */ \
|
D | simulator-s390.cc | 1270 EvalTable[LRVG] = &Simulator::Evaluate_LRVG; in EvalTableInit() 7873 EVALUATE(LRVG) { in EVALUATE() argument 7874 DCHECK_OPCODE(LRVG); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 681 13636866U, // LRVG
|
D | SystemZGenDisassemblerTables.inc | 1013 /* 700 */ MCD_OPC_Decode, 148, 5, 109, // Opcode: LRVG
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 740 def LRVG : UnaryRXY<"lrvg", 0xE30F, z_lrvg, GR64, 8>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 763 def LRVG : UnaryRXY<"lrvg", 0xE30F, z_lrvg, GR64, 8>;
|