Home
last modified time | relevance | path

Searched refs:SEBR (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-sub-01.ll75 ; Check that subtractions of spilled values can use SEB rather than SEBR.
/external/v8/src/s390/
Ddisasm-s390.cc970 case SEBR: in DecodeFourByte()
Dconstants-s390.h752 SEBR = 0xB30B, // Subtract (short BFP) enumerator
Dsimulator-s390.h787 EVALUATE(SEBR);
Dsimulator-s390.cc1008 EvalTable[SEBR] = &Simulator::Evaluate_SEBR; in EvalTableInit()
4142 case SEBR: in DecodeFourByteFloatingPoint()
4183 } else if (op == SEBR) { in DecodeFourByteFloatingPoint()
8614 EVALUATE(SEBR) { in EVALUATE() argument
8615 DCHECK_OPCODE(SEBR); in EVALUATE()
Dassembler-s390.cc2742 rre_form(SEBR, Register::from_code(r1.code()), in sebr()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td372 def SEBR : BinaryRRE<"seb", 0xB30B, fsub, FP32, FP32>;