Searched refs:LOCG (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | cond-load-02.ll | 1 ; 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/ |
D | cond-load-02.ll | 1 ; 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/ |
D | simulator-s390.h | 1118 EVALUATE(LOCG);
|
D | constants-s390.h | 212 V(locg, LOCG, 0xEBE2) /* type = RSY_B LOAD ON CONDITION (64) */ \
|
D | simulator-s390.cc | 1405 EvalTable[LOCG] = &Simulator::Evaluate_LOCG; in EvalTableInit() 9144 EVALUATE(LOCG) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 668 36748U, // LOCG 1605 // LOC, LOCG
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 213 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/ |
D | SystemZInstrInfo.td | 543 defm LOCG : CondUnaryRSYPair<"locg", 0xEBE2, nonvolatile_load, GR64, 8>;
|