Searched refs:SGR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-04.ll | 8 ; Check SGR. 99 ; Check that subtractions of spilled values can use SG rather than SGR.
|
D | int-sub-08.ll | 32 ; Check that we can still use SGR in obvious cases.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 667 case SGR: in DecodeFourByte()
|
D | constants-s390.h | 758 SGR = 0xB909, // Subtract (64) enumerator
|
D | simulator-s390.h | 923 EVALUATE(SGR);
|
D | simulator-s390.cc | 1144 EvalTable[SGR] = &Simulator::Evaluate_SGR; in EvalTableInit() 3193 case SGR: in DecodeFourByteArithmetic64Bit() 3209 case SGR: in DecodeFourByteArithmetic64Bit() 3359 case SGR: in DecodeFourByteArithmetic() 9845 EVALUATE(SGR) { in EVALUATE() argument 9846 DCHECK_OPCODE(SGR); in EVALUATE()
|
D | assembler-s390.cc | 2046 void Assembler::sgr(Register r1, Register r2) { rre_form(SGR, r1, r2); } in sgr()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 960 defm SGR : BinaryRREAndK<"sg", 0xB909, 0xB9E9, sub, GR64, GR64>;
|
D | SystemZISelLowering.cpp | 6071 return emitAtomicLoadBinary(MI, MBB, SystemZ::SGR, 64); in EmitInstrWithCustomInserter()
|