Home
last modified time | relevance | path

Searched refs:LOCGR (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcond-move-01.ll1 ; Test LOCR and LOCGR.
20 ; Test LOCGR.
43 ; ...and again for LOCGR.
72 ; ... and likewise for LOCGR.
108 ; ... and likewise for LOCGR.
Dfp-cmp-03.ll2 ; of select, using conditional branches rather than LOCGR.
Datomicrmw-minmax-04.ll2 ; which can't use LOCGR.
Dcond-load-02.ll133 ; it is unspecified whether or not the load happens. LOCGR is fine though.
DRAbasic-invalid-LR-update.mir244 dead %10 = LOCGR %10, %4, 14, 6, implicit killed $cc
Dfp-cmp-02.ll2 ; of select, using conditional branches rather than LOCGR.
Dfp-cmp-01.ll2 ; of select, using conditional branches rather than LOCGR.
/external/llvm/test/CodeGen/SystemZ/
Dcond-move-01.ll1 ; Test LOCR and LOCGR.
16 ; Test LOCGR.
39 ; ...and again for LOCGR.
Dfp-cmp-03.ll2 ; of select, using conditional branches rather than LOCGR.
Datomicrmw-minmax-04.ll2 ; which can't use LOCGR.
Dfp-cmp-02.ll2 ; of select, using conditional branches rather than LOCGR.
Dfp-cmp-01.ll2 ; of select, using conditional branches rather than LOCGR.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp317 case SystemZ::LOCGR: { in commuteInstructionImpl()
695 Opc = SystemZ::LOCGR; in insertSelect()
731 case SystemZ::LOCGR: in FoldImmediate()
DSystemZInstrInfo.td538 defm LOCGR : CondBinaryRRFPair<"locgr", 0xB9E2, GR64, GR64>;
/external/v8/src/s390/
Dsimulator-s390.h956 EVALUATE(LOCGR);
Dconstants-s390.h361 V(locgr, LOCGR, 0xB9E2) /* type = RRF_C LOAD ON CONDITION (64) */ \
Dsimulator-s390.cc1244 EvalTable[LOCGR] = &Simulator::Evaluate_LOCGR; in EvalTableInit()
7437 EVALUATE(LOCGR) { in EVALUATE() argument
7438 DCHECK_OPCODE(LOCGR); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc669 40903U, // LOCGR
1614 // LOCGR, LOCR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp528 case SystemZ::LGR: return SystemZ::LOCGR; in getConditionalMove()
DSystemZInstrInfo.td207 def LOCGR : FixedCondUnaryRRF<"locgr"##name, 0xB9E2, GR64, GR64, ccmask>;
451 def LOCGR : CondUnaryRRF<"locg", 0xB9E2, GR64, GR64>;