Home
last modified time | relevance | path

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

/external/valgrind/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/v8/src/s390/
Dassembler-s390-inl.h458 if (IIHF == op1 && IILF == op2) { in target_address_at()
464 if (IILF == op1 || CFI == op1) { in target_address_at()
522 if (IIHF == op1 && IILF == op2) { in set_target_address_at()
545 if (IILF == op1 || CFI == op1) { in set_target_address_at()
Ddisasm-s390.cc1103 case IILF: in DecodeSixByte()
Dconstants-s390.h456 IILF = 0xC09, // Insert Immediate (low) enumerator
Dsimulator-s390.h690 EVALUATE(IILF);
Dsimulator-s390.cc911 EvalTable[IILF] = &Simulator::Evaluate_IILF; in EvalTableInit()
4548 case IILF: { in DecodeSixByte()
4559 } else if (op == IILF) { in DecodeSixByte()
6155 EVALUATE(IILF) { in EVALUATE() argument
6156 DCHECK_OPCODE(IILF); in EVALUATE()
Dassembler-s390.cc2631 ril_form(IILF, r1, opnd); in iilf()
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp191 case SystemZ::IILF: in processBlock()
DSystemZAsmPrinter.cpp319 LoweredMI = MCInstBuilder(SystemZ::IILF) in EmitInstruction()
DSystemZInstrInfo.td857 // full-width move. (We use IILF rather than something like LLILF
858 // for 32-bit moves because IILF leaves the upper 32 bits of the
863 def IILF : UnaryRIL<"iilf", 0xC09, bitconvert, GR32, uimm32>;
DSystemZInstrInfo.cpp1097 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); in expandPostRAPseudo()