Home
last modified time | relevance | path

Searched refs:LOCR (Results 1 – 15 of 15) 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-01.ll2 ; tests require z10, which use a branch instead of a LOCR.
Dcond-store-02.ll2 ; tests require z10, which use a branch instead of a LOCR.
/external/v8/src/s390/
Ddisasm-s390.cc823 case LOCR: in DecodeFourByte()
Dconstants-s390.h585 LOCR = 0xB9F2, // Load On Condition (32) enumerator
Dsimulator-s390.h1017 EVALUATE(LOCR);
Dassembler-s390.cc1621 rrf2_form(LOCR << 16 | m3 * B12 | r1.code() * B4 | r2.code()); in locr()
Dsimulator-s390.cc1238 EvalTable[LOCR] = &Simulator::Evaluate_LOCR; in EvalTableInit()
10617 EVALUATE(LOCR) { in EVALUATE() argument
10618 DCHECK_OPCODE(LOCR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp527 case SystemZ::LR: return SystemZ::LOCR; in getConditionalMove()
DSystemZInstrInfo.td206 def LOCR : FixedCondUnaryRRF<"locr"##name, 0xB9F2, GR32, GR32, ccmask>;
450 def LOCR : CondUnaryRRF<"loc", 0xB9F2, GR32, GR32>;