Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dcondloadstore.stdout.exp1537 LOCGR 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000
1538 LOCGR 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000
1539 LOCGR 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000
1540 LOCGR 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000
1541 LOCGR 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000
1542 LOCGR 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000
1543 LOCGR 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000
1544 LOCGR 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000
1545 LOCGR 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000
1546 LOCGR 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000
[all …]
Dcondloadstore.c125 DO_INSN(LOCGR, LOAD_REG_REG); in main()
Dopcodes.h294 #define LOCGR(r3,r1,r2) RRF_U0RR(b9e2,r3,0,r1,r2) macro
/external/llvm/test/CodeGen/SystemZ/
Dcond-move-01.ll1 ; Test LOCR and LOCGR.
16 ; Test LOCGR.
39 ; ...and again for LOCGR.
Dfp-cmp-03.ll2 ; of select, using conditional branches rather than LOCGR.
Datomicrmw-minmax-04.ll2 ; which can't use LOCGR.
Dfp-cmp-02.ll2 ; of select, using conditional branches rather than LOCGR.
Dfp-cmp-01.ll2 ; of select, using conditional branches rather than LOCGR.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp504 case SystemZ::LGR: return SystemZ::LOCGR; in getConditionalMove()
DSystemZInstrInfo.td125 def LOCGR : FixedCondUnaryRRF<"locgr"##name, 0xB9E2, GR64, GR64, ccmask>;
291 def LOCGR : CondUnaryRRF<"locg", 0xB9E2, GR64, GR64>;