Home
last modified time | relevance | path

Searched refs:OILF (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/none/tests/s390x/
Dor_EI.stdout.exp157 OILF 0000000000000000 | 0000000000000000 = 0000000000000000 (cc=0)
158 OILF 0000000000000001 | 0000000000000000 = 0000000000000001 (cc=1)
159 OILF 000000000000FFFF | 0000000000000000 = 000000000000FFFF (cc=1)
160 OILF 0000000000007FFF | 0000000000000000 = 0000000000007FFF (cc=1)
161 OILF 0000000000008000 | 0000000000000000 = 0000000000008000 (cc=1)
162 OILF 00000000FFFFFFFF | 0000000000000000 = 00000000FFFFFFFF (cc=1)
163 OILF 0000000080000000 | 0000000000000000 = 0000000080000000 (cc=1)
164 OILF 000000007FFFFFFF | 0000000000000000 = 000000007FFFFFFF (cc=1)
165 OILF AAAAAAAAAAAAAAAA | 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1)
166 OILF 8000000000000000 | 0000000000000000 = 8000000000000000 (cc=0)
[all …]
Dor_EI.c20 immsweep(OILF, 00000000); in do_imm_insns()
21 immsweep(OILF, 000000ff); in do_imm_insns()
22 immsweep(OILF, 00000055); in do_imm_insns()
23 immsweep(OILF, 000000aa); in do_imm_insns()
24 immsweep(OILF, 0000ffff); in do_imm_insns()
25 immsweep(OILF, 00005555); in do_imm_insns()
26 immsweep(OILF, 0000aaaa); in do_imm_insns()
27 immsweep(OILF, ffff0000); in do_imm_insns()
28 immsweep(OILF, 55550000); in do_imm_insns()
29 immsweep(OILF, aaaa0000); in do_imm_insns()
[all …]
Dopcodes.h321 #define OILF(r1,i2) RIL_RU(c0,r1,d,i2) macro
/external/llvm/test/CodeGen/SystemZ/
Dor-02.ll32 ; Check the lowest useful OILF value, which is the next value up again.
50 ; Check the next value up, which must use OILF instead.
59 ; Check the highest useful OILF value.
Datomicrmw-or-03.ll51 ; Check the lowest useful OILF value, which is the next value up.
69 ; Check the next value up, which must use OILF.
78 ; Check the largest useful OILF value.
Dor-04.ll32 ; Check the lowest useful OILF value, which is the next value up again.
50 ; Check the high end of the OILF range.
98 ; Check the next value up again, which must use OILF
118 ; of the OILF range.
Datomicrmw-or-04.ll51 ; Check the lowest useful OILF value, which is the next value up again.
69 ; Check the next value up, which must use OILF.
78 ; Check the high end of the OILF range.
Dint-const-02.ll138 ; Check the next value up again, which should use OILF.
156 ; Check the high end of the OILF range.
Dinsert-05.ll71 ; Check the highest useful LHI value. (We use OILF for -1 instead, although
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp166 LOWER_LOW(OILF); in EmitInstruction()
DSystemZInstrInfo.cpp961 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false); in expandPostRAPseudo()
DSystemZInstrInfo.td913 // Expands to OILF or OIHF, depending on the choice of register.
916 def OILF : BinaryRIL<"oilf", 0xC0D, or, GR32, uimm32>;
DSystemZISelLowering.cpp3804 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILF, 32); in EmitInstrWithCustomInserter()