Searched refs:LOCR (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | condloadstore.stdout.exp | 1025 LOCR 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000 1026 LOCR 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000 1027 LOCR 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000 1028 LOCR 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000 1029 LOCR 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000 1030 LOCR 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000 1031 LOCR 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000 1032 LOCR 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000 1033 LOCR 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000 1034 LOCR 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000 [all …]
|
D | condloadstore.c | 124 DO_INSN(LOCR, LOAD_REG_REG); in main()
|
D | opcodes.h | 295 #define LOCR(r3,r1,r2) RRF_U0RR(b9f2,r3,0,r1,r2) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 1 ; Test LOCR and LOCGR. 5 ; Test LOCR. 27 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using 28 ; LOCR if possible.
|
D | int-cmp-45.ll | 35 ; Reverse the select order and test with LOCR.
|
D | atomicrmw-minmax-03.ll | 2 ; which can't use LOCR.
|
D | cond-store-02.ll | 2 ; tests require z10, which use a branch instead of a LOCR.
|
D | cond-store-01.ll | 2 ; tests require z10, which use a branch instead of a LOCR.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 503 case SystemZ::LR: return SystemZ::LOCR; in getConditionalMove()
|
D | SystemZInstrInfo.td | 124 def LOCR : FixedCondUnaryRRF<"locr"##name, 0xB9F2, GR32, GR32, ccmask>; 290 def LOCR : CondUnaryRRF<"loc", 0xB9F2, GR32, GR32>;
|