Searched refs:SGF (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-02.ll | 17 ; Check SGF with no displacement. 28 ; Check the high end of the aligned SGF range. 54 ; Check the high end of the negative aligned SGF range. 66 ; Check the low end of the SGF range. 92 ; Check that SGF allows an index. 106 ; Check that subtractions of spilled values can use SGF rather than SGFR.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1256 case SGF: in DecodeSixByte()
|
D | constants-s390.h | 756 SGF = 0xE319, // Subtract (64<-32) enumerator
|
D | simulator-s390.h | 1042 EVALUATE(SGF);
|
D | simulator-s390.cc | 1263 EvalTable[SGF] = &Simulator::Evaluate_SGF; in EvalTableInit() 5432 case SGF: in DecodeSixByteArithmetic() 5461 } else if (op == SGF) { in DecodeSixByteArithmetic() 10881 EVALUATE(SGF) { in EVALUATE() argument 10882 DCHECK_OPCODE(SGF); in EVALUATE()
|
D | assembler-s390.cc | 2042 rxy_form(SGF, r1, opnd.rx(), opnd.rb(), opnd.offset()); in sgf()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 965 def SGF : BinaryRXY<"sgf", 0xE319, sub, GR64, asextloadi32, 4>;
|