Home
last modified time | relevance | path

Searched refs:IILF (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/none/tests/s390x/
Dinsert_EI.stdout.exp157 IILF 0000000000000000 <- 0000000000000000 = 0000000000000000
158 IILF 0000000000000001 <- 0000000000000000 = 0000000000000000
159 IILF 000000000000FFFF <- 0000000000000000 = 0000000000000000
160 IILF 0000000000007FFF <- 0000000000000000 = 0000000000000000
161 IILF 0000000000008000 <- 0000000000000000 = 0000000000000000
162 IILF 00000000FFFFFFFF <- 0000000000000000 = 0000000000000000
163 IILF 0000000080000000 <- 0000000000000000 = 0000000000000000
164 IILF 000000007FFFFFFF <- 0000000000000000 = 0000000000000000
165 IILF AAAAAAAAAAAAAAAA <- 0000000000000000 = AAAAAAAA00000000
166 IILF 8000000000000000 <- 0000000000000000 = 8000000000000000
[all …]
Dinsert_EI.c20 immsweep(IILF, 00000000); in do_imm_insns()
21 immsweep(IILF, 000000ff); in do_imm_insns()
22 immsweep(IILF, 00000055); in do_imm_insns()
23 immsweep(IILF, 000000aa); in do_imm_insns()
24 immsweep(IILF, 0000ffff); in do_imm_insns()
25 immsweep(IILF, 00005555); in do_imm_insns()
26 immsweep(IILF, 0000aaaa); in do_imm_insns()
27 immsweep(IILF, ffff0000); in do_imm_insns()
28 immsweep(IILF, 55550000); in do_imm_insns()
29 immsweep(IILF, aaaa0000); in do_imm_insns()
[all …]
Dopcodes.h243 #define IILF(r1,i2) RIL_RU(c0,r1,9,i2) macro
/external/llvm/test/CodeGen/SystemZ/
Dint-const-01.ll47 ; Check the first useful IILF value, which is the next one up again.
63 ; Check the next value up, which must use IILF.
71 ; Check the highest useful IILF value, 0xffff7fff
Dinsert-05.ll5 ; Prefer LHI over IILF for signed 16-bit constants.
27 ; Check the next value up, which should use IILF instead.
49 ; Check the highest useful IILF value (-0x8001).
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp121 if (Opcode == SystemZ::IILF) in processBlock()
DSystemZAsmPrinter.cpp99 LoweredMI = MCInstBuilder(SystemZ::IILF) in EmitInstruction()
DSystemZInstrInfo.td663 // full-width move. (We use IILF rather than something like LLILF
664 // for 32-bit moves because IILF leaves the upper 32 bits of the
669 def IILF : UnaryRIL<"iilf", 0xC09, bitconvert, GR32, uimm32>;
DSystemZInstrInfo.cpp935 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); in expandPostRAPseudo()