Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dcondloadstore.stdout.exp1025 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 …]
Dcondloadstore.c124 DO_INSN(LOCR, LOAD_REG_REG); in main()
Dopcodes.h295 #define LOCR(r3,r1,r2) RRF_U0RR(b9f2,r3,0,r1,r2) macro
/external/llvm/test/CodeGen/SystemZ/
Dcond-move-01.ll1 ; 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.
Dint-cmp-45.ll35 ; Reverse the select order and test with LOCR.
Datomicrmw-minmax-03.ll2 ; which can't use LOCR.
Dcond-store-02.ll2 ; tests require z10, which use a branch instead of a LOCR.
Dcond-store-01.ll2 ; tests require z10, which use a branch instead of a LOCR.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp503 case SystemZ::LR: return SystemZ::LOCR; in getConditionalMove()
DSystemZInstrInfo.td124 def LOCR : FixedCondUnaryRRF<"locr"##name, 0xB9F2, GR32, GR32, ccmask>;
290 def LOCR : CondUnaryRRF<"loc", 0xB9F2, GR32, GR32>;