Searched refs:LGFI (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-02.ll | 47 ; Check the first useful LGFI value, which is the next one up again. 55 ; Check the high end of the LGFI range. 230 ; Check the next value down, which must use LGFI instead. 238 ; Check the low end of the LGFI range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1291 Opcode = SystemZ::LGFI; in loadImmediate()
|
D | SystemZInstrInfo.td | 315 def LGFI : UnaryRIL<"lgfi", 0xC01, bitconvert, GR64, imm64sx32>;
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 268 #define LGFI(r1,i2) RIL_RI(c0,r1,1,i2) macro
|