Home
last modified time | relevance | path

Searched refs:LOCG (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcond-load-02.ll1 ; Test LOCG.
31 ; Check the high end of the aligned LOCG range.
58 ; Check the low end of the LOCG range.
113 ; Test that conditionally-executed loads do not use LOCG, since it is allowed
132 ; Test that volatile loads do not use LOCG, since if the condition is false,
/external/llvm/test/CodeGen/SystemZ/
Dcond-load-02.ll1 ; Test LOCG.
31 ; Check the high end of the aligned LOCG range.
58 ; Check the low end of the LOCG range.
113 ; Test that conditionally-executed loads do not use LOCG, since it is allowed
/external/v8/src/s390/
Dsimulator-s390.h1118 EVALUATE(LOCG);
Dconstants-s390.h212 V(locg, LOCG, 0xEBE2) /* type = RSY_B LOAD ON CONDITION (64) */ \
Dsimulator-s390.cc1405 EvalTable[LOCG] = &Simulator::Evaluate_LOCG; in EvalTableInit()
9144 EVALUATE(LOCG) { in EVALUATE() argument
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc668 36748U, // LOCG
1605 // LOC, LOCG
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td213 def LOCG : FixedCondUnaryRSY<"locg"##name, 0xEBE2, GR64, ccmask, 8>;
518 def LOCG : CondUnaryRSY<"locg", 0xEBE2, nonvolatile_load, GR64, 8>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td543 defm LOCG : CondUnaryRSYPair<"locg", 0xEBE2, nonvolatile_load, GR64, 8>;