Home
last modified time | relevance | path

Searched refs:XILF (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/none/tests/s390x/
Dxor_EI.stdout.exp157 XILF 0000000000000000 ^ 0000000000000000 = 0000000000000000 (cc=0)
158 XILF 0000000000000001 ^ 0000000000000000 = 0000000000000001 (cc=1)
159 XILF 000000000000FFFF ^ 0000000000000000 = 000000000000FFFF (cc=1)
160 XILF 0000000000007FFF ^ 0000000000000000 = 0000000000007FFF (cc=1)
161 XILF 0000000000008000 ^ 0000000000000000 = 0000000000008000 (cc=1)
162 XILF 00000000FFFFFFFF ^ 0000000000000000 = 00000000FFFFFFFF (cc=1)
163 XILF 0000000080000000 ^ 0000000000000000 = 0000000080000000 (cc=1)
164 XILF 000000007FFFFFFF ^ 0000000000000000 = 000000007FFFFFFF (cc=1)
165 XILF AAAAAAAAAAAAAAAA ^ 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1)
166 XILF 8000000000000000 ^ 0000000000000000 = 8000000000000000 (cc=0)
[all …]
Dxor_EI.c20 immsweep(XILF, 00000000); in do_imm_insns()
21 immsweep(XILF, 000000ff); in do_imm_insns()
22 immsweep(XILF, 00000055); in do_imm_insns()
23 immsweep(XILF, 000000aa); in do_imm_insns()
24 immsweep(XILF, 0000ffff); in do_imm_insns()
25 immsweep(XILF, 00005555); in do_imm_insns()
26 immsweep(XILF, 0000aaaa); in do_imm_insns()
27 immsweep(XILF, ffff0000); in do_imm_insns()
28 immsweep(XILF, 55550000); in do_imm_insns()
29 immsweep(XILF, aaaa0000); in do_imm_insns()
[all …]
Dopcodes.h373 #define XILF(r1,i2) RIL_RU(c0,r1,7,i2) macro
/external/llvm/test/CodeGen/SystemZ/
Dxor-04.ll5 ; Check the lowest useful XILF value.
14 ; Check the high end of the XILF range.
32 ; Check the next value up again, which needs a combination of XIHF and XILF.
51 ; Check the next value up, which again must use XIHF and XILF.
Dxor-02.ll5 ; Check the lowest useful XILF value.
33 ; Check the high end of the XILF range.
Datomicrmw-xor-04.ll19 ; Check the lowest useful XILF value.
33 ; Check the high end of the XILF range.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp233 LOWER_LOW(XILF); in EmitInstruction()
DSystemZInstrInfo.cpp996 expandRIPseudo(MI, SystemZ::XILF, SystemZ::XIHF, false); in expandPostRAPseudo()
DSystemZInstrInfo.td953 // Expands to XILF or XIHF, depending on the choice of register.
956 def XILF : BinaryRIL<"xilf", 0xC07, xor, GR32, uimm32>;
DSystemZISelLowering.cpp5063 BuildMI(MBB, DL, TII->get(SystemZ::XILF), RotatedNewVal) in emitAtomicLoadBinary()
5811 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 0); in EmitInstrWithCustomInserter()
5815 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 32); in EmitInstrWithCustomInserter()