Home
last modified time | relevance | path

Searched refs:XIHF (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/s390x/
Dxor_EI.stdout.exp1 XIHF 0000000000000000 ^ 0000000000000000 = 0000000000000000 (cc=0)
2 XIHF 0000000000000001 ^ 0000000000000000 = 0000000000000001 (cc=0)
3 XIHF 000000000000FFFF ^ 0000000000000000 = 000000000000FFFF (cc=0)
4 XIHF 0000000000007FFF ^ 0000000000000000 = 0000000000007FFF (cc=0)
5 XIHF 0000000000008000 ^ 0000000000000000 = 0000000000008000 (cc=0)
6 XIHF 00000000FFFFFFFF ^ 0000000000000000 = 00000000FFFFFFFF (cc=0)
7 XIHF 0000000080000000 ^ 0000000000000000 = 0000000080000000 (cc=0)
8 XIHF 000000007FFFFFFF ^ 0000000000000000 = 000000007FFFFFFF (cc=0)
9 XIHF AAAAAAAAAAAAAAAA ^ 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1)
10 XIHF 8000000000000000 ^ 0000000000000000 = 8000000000000000 (cc=1)
[all …]
Dxor_EI.c7 immsweep(XIHF, 00000000); in do_imm_insns()
8 immsweep(XIHF, 000000ff); in do_imm_insns()
9 immsweep(XIHF, 00000055); in do_imm_insns()
10 immsweep(XIHF, 000000aa); in do_imm_insns()
11 immsweep(XIHF, 0000ffff); in do_imm_insns()
12 immsweep(XIHF, 00005555); in do_imm_insns()
13 immsweep(XIHF, 0000aaaa); in do_imm_insns()
14 immsweep(XIHF, ffff0000); in do_imm_insns()
15 immsweep(XIHF, 55550000); in do_imm_insns()
16 immsweep(XIHF, aaaa0000); in do_imm_insns()
[all …]
Dopcodes.h372 #define XIHF(r1,i2) RIL_RU(c0,r1,6,i2) macro
/external/llvm/test/CodeGen/SystemZ/
Dxor-04.ll23 ; Check the lowest useful XIHF value, which is one up from the above.
32 ; Check the next value up again, which needs a combination of XIHF and XILF.
42 ; Check the high end of the XIHF range.
51 ; Check the next value up, which again must use XIHF and XILF.
Datomicrmw-xor-04.ll42 ; Check the lowest useful XIHF value, which is one greater than above.
61 ; Check the high end of the XIHF range.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp250 LOWER_HIGH(XIHF); 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.
957 def XIHF : BinaryRIL<"xihf", 0xC06, xor, GRH32, uimm32>;