Searched refs:LOCR (Results 1 – 21 of 21) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 1 ; 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.
|
D | int-cmp-45.ll | 35 ; Reverse the select order and test with LOCR.
|
D | atomicrmw-minmax-03.ll | 2 ; which can't use LOCR.
|
D | cond-store-01.ll | 2 ; tests require z10, which use a branch instead of a LOCR.
|
D | cond-store-02.ll | 2 ; tests require z10, which use a branch instead of a LOCR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 1 ; 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.
|
D | locr-legal-regclass.ll | 3 ; Test that early if conversion produces LOCR with operands of the right
|
D | int-cmp-45.ll | 35 ; Reverse the select order and test with LOCR.
|
D | cond-load-01.ll | 137 ; it is unspecified whether or not the load happens. LOCR is fine though.
|
D | atomicrmw-minmax-03.ll | 2 ; which can't use LOCR.
|
D | cond-store-01.ll | 2 ; tests require z10, which use a branch instead of a LOCR.
|
D | cond-store-02.ll | 2 ; tests require z10, which use a branch instead of a LOCR.
|
D | asm-18.ll | 293 ; 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/ |
D | SystemZInstrInfo.cpp | 316 case SystemZ::LOCR: in commuteInstructionImpl() 685 Opc = SystemZ::LOCR; in insertSelect() 1380 expandLOCRPseudo(MI, SystemZ::LOCR, SystemZ::LOCFHR); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 502 // Expands to LOCR or LOCFHR or a branch-and-move sequence, 537 defm LOCR : CondBinaryRRFPair<"locr", 0xB9F2, GR32, GR32>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 964 EVALUATE(LOCR);
|
D | constants-s390.h | 362 V(locr, LOCR, 0xB9F2) /* type = RRF_C LOAD ON CONDITION (32) */
|
D | simulator-s390.cc | 1252 EvalTable[LOCR] = &Simulator::Evaluate_LOCR; in EvalTableInit() 7537 EVALUATE(LOCR) { in EVALUATE() argument 7538 DCHECK_OPCODE(LOCR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 670 40898U, // LOCR 1614 // LOCGR, LOCR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 527 case SystemZ::LR: return SystemZ::LOCR; in getConditionalMove()
|
D | SystemZInstrInfo.td | 206 def LOCR : FixedCondUnaryRRF<"locr"##name, 0xB9F2, GR32, GR32, ccmask>; 450 def LOCR : CondUnaryRRF<"loc", 0xB9F2, GR32, GR32>;
|