Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcond-move-01.ll1 ; Test LOCR and LOCGR.
9 ; Test LOCR.
31 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using
32 ; LOCR if possible.
54 ; Check that we also get LOCR as a result of early if-conversion.
Dlocr-legal-regclass.ll3 ; Test that early if conversion produces LOCR with operands of the right
Dint-cmp-45.ll35 ; Reverse the select order and test with LOCR.
Dcond-load-01.ll137 ; it is unspecified whether or not the load happens. LOCR is fine though.
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.
Dasm-18.ll293 ; Note that we prefer to use a LOCR and move the result to a high register.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp316 case SystemZ::LOCR: in commuteInstructionImpl()
685 Opc = SystemZ::LOCR; in insertSelect()
1380 expandLOCRPseudo(MI, SystemZ::LOCR, SystemZ::LOCFHR); in expandPostRAPseudo()
DSystemZInstrInfo.td502 // Expands to LOCR or LOCFHR or a branch-and-move sequence,
537 defm LOCR : CondBinaryRRFPair<"locr", 0xB9F2, GR32, GR32>;
/external/v8/src/s390/
Dsimulator-s390.h964 EVALUATE(LOCR);
Dconstants-s390.h362 V(locr, LOCR, 0xB9F2) /* type = RRF_C LOAD ON CONDITION (32) */
Dsimulator-s390.cc1252 EvalTable[LOCR] = &Simulator::Evaluate_LOCR; in EvalTableInit()
7537 EVALUATE(LOCR) { in EVALUATE() argument
7538 DCHECK_OPCODE(LOCR); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc670 40898U, // LOCR
1614 // LOCGR, LOCR
/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>;