Searched refs:LOCGR (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | condloadstore.stdout.exp | 1537 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 …]
|
D | condloadstore.c | 125 DO_INSN(LOCGR, LOAD_REG_REG); in main()
|
D | opcodes.h | 294 #define LOCGR(r3,r1,r2) RRF_U0RR(b9e2,r3,0,r1,r2) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 1 ; Test LOCR and LOCGR. 16 ; Test LOCGR. 39 ; ...and again for LOCGR.
|
D | fp-cmp-03.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
D | atomicrmw-minmax-04.ll | 2 ; which can't use LOCGR.
|
D | fp-cmp-02.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
D | fp-cmp-01.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 504 case SystemZ::LGR: return SystemZ::LOCGR; in getConditionalMove()
|
D | SystemZInstrInfo.td | 125 def LOCGR : FixedCondUnaryRRF<"locgr"##name, 0xB9E2, GR64, GR64, ccmask>; 291 def LOCGR : CondUnaryRRF<"locg", 0xB9E2, GR64, GR64>;
|