Searched refs:LOCGR (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 1 ; Test LOCR and LOCGR. 20 ; Test LOCGR. 43 ; ...and again for LOCGR. 72 ; ... and likewise for LOCGR. 108 ; ... and likewise for LOCGR.
|
D | fp-cmp-03.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
D | atomicrmw-minmax-04.ll | 2 ; which can't use LOCGR.
|
D | cond-load-02.ll | 133 ; it is unspecified whether or not the load happens. LOCGR is fine though.
|
D | RAbasic-invalid-LR-update.mir | 244 dead %10 = LOCGR %10, %4, 14, 6, implicit killed $cc
|
D | fp-cmp-02.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
D | fp-cmp-01.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 1 ; Test LOCR and LOCGR. 16 ; Test LOCGR. 39 ; ...and again for LOCGR.
|
D | fp-cmp-03.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
D | atomicrmw-minmax-04.ll | 2 ; which can't use LOCGR.
|
D | fp-cmp-02.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
D | fp-cmp-01.ll | 2 ; of select, using conditional branches rather than LOCGR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 317 case SystemZ::LOCGR: { in commuteInstructionImpl() 695 Opc = SystemZ::LOCGR; in insertSelect() 731 case SystemZ::LOCGR: in FoldImmediate()
|
D | SystemZInstrInfo.td | 538 defm LOCGR : CondBinaryRRFPair<"locgr", 0xB9E2, GR64, GR64>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 956 EVALUATE(LOCGR);
|
D | constants-s390.h | 361 V(locgr, LOCGR, 0xB9E2) /* type = RRF_C LOAD ON CONDITION (64) */ \
|
D | simulator-s390.cc | 1244 EvalTable[LOCGR] = &Simulator::Evaluate_LOCGR; in EvalTableInit() 7437 EVALUATE(LOCGR) { in EVALUATE() argument 7438 DCHECK_OPCODE(LOCGR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 669 40903U, // LOCGR 1614 // LOCGR, LOCR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 528 case SystemZ::LGR: return SystemZ::LOCGR; in getConditionalMove()
|
D | SystemZInstrInfo.td | 207 def LOCGR : FixedCondUnaryRRF<"locgr"##name, 0xB9E2, GR64, GR64, ccmask>; 451 def LOCGR : CondUnaryRRF<"locg", 0xB9E2, GR64, GR64>;
|