Home
last modified time | relevance | path

Searched refs:LGFI (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll47 ; 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/
DSystemZInstrInfo.cpp1291 Opcode = SystemZ::LGFI; in loadImmediate()
DSystemZInstrInfo.td315 def LGFI : UnaryRIL<"lgfi", 0xC01, bitconvert, GR64, imm64sx32>;
/external/valgrind/none/tests/s390x/
Dopcodes.h268 #define LGFI(r1,i2) RIL_RI(c0,r1,1,i2) macro