Searched refs:XILF (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | xor_EI.stdout.exp | 157 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 …]
|
D | xor_EI.c | 20 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 …]
|
D | opcodes.h | 373 #define XILF(r1,i2) RIL_RU(c0,r1,7,i2) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | xor-04.ll | 5 ; 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.
|
D | xor-02.ll | 5 ; Check the lowest useful XILF value. 33 ; Check the high end of the XILF range.
|
D | atomicrmw-xor-04.ll | 19 ; Check the lowest useful XILF value. 33 ; Check the high end of the XILF range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 233 LOWER_LOW(XILF); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 996 expandRIPseudo(MI, SystemZ::XILF, SystemZ::XIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 953 // Expands to XILF or XIHF, depending on the choice of register. 956 def XILF : BinaryRIL<"xilf", 0xC07, xor, GR32, uimm32>;
|
D | SystemZISelLowering.cpp | 5063 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()
|