Searched refs:LLGC (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-04.ll | 34 ; Check LLGC with no displacement. 44 ; Check the high end of the LLGC range. 68 ; Check the high end of the negative LLGC range. 79 ; Check the low end of the LLGC range. 103 ; Check that LLGC allows an index 117 ; to use LLGC if possible.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-conv-04.ll | 34 ; Check LLGC with no displacement. 44 ; Check the high end of the LLGC range. 68 ; Check the high end of the negative LLGC range. 79 ; Check the low end of the LLGC range. 103 ; Check that LLGC allows an index 117 ; to use LLGC if possible.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1047 EVALUATE(LLGC);
|
D | constants-s390.h | 906 V(llgc, LLGC, 0xE390) /* type = RXY_A LOAD LOGICAL CHARACTER (64<-8) */ \
|
D | simulator-s390.cc | 1335 EvalTable[LLGC] = &Simulator::Evaluate_LLGC; in EvalTableInit() 3113 EVALUATE(LLGC) { in EVALUATE() argument 3114 DCHECK_OPCODE(LLGC); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 639 13635749U, // LLGC
|
D | SystemZGenDisassemblerTables.inc | 1117 /* 1119 */ MCD_OPC_Decode, 234, 4, 109, // Opcode: LLGC
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 674 def LLGC : UnaryRXY<"llgc", 0xE390, azextloadi8, GR64, 1>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 657 def LLGC : UnaryRXY<"llgc", 0xE390, azextloadi8, GR64, 1>;
|