Searched refs:LLGF (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-10.ll | 33 ; Check LLGF with no displacement. 43 ; Check the high end of the LLGF range. 67 ; Check the high end of the negative LLGF range. 78 ; Check the low end of the LLGF range. 102 ; Check that LLGF allows an index.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-conv-10.ll | 33 ; Check LLGF with no displacement. 43 ; Check the high end of the LLGF range. 67 ; Check the high end of the negative LLGF range. 78 ; Check the low end of the LLGF range. 102 ; Check that LLGF allows an index.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 986 EVALUATE(LLGF);
|
D | constants-s390.h | 842 V(llgf, LLGF, 0xE316) /* type = RXY_A LOAD LOGICAL (64<-32) */ \
|
D | simulator-s390.cc | 1274 EvalTable[LLGF] = &Simulator::Evaluate_LLGF; in EvalTableInit() 7782 EVALUATE(LLGF) { in EVALUATE() argument 7783 DCHECK_OPCODE(LLGF); in EVALUATE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1832 case SystemZ::LLGF: in getLoadAndTrap()
|
D | SystemZInstrInfo.td | 659 def LLGF : UnaryRXY<"llgf", 0xE316, azextloadi32, GR64, 4>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 641 13636578U, // LLGF
|
D | SystemZGenDisassemblerTables.inc | 1021 /* 732 */ MCD_OPC_Decode, 236, 4, 109, // Opcode: LLGF
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 676 def LLGF : UnaryRXY<"llgf", 0xE316, azextloadi32, GR64, 4>;
|