Home
last modified time | relevance | path

Searched refs:DEBR (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-div-01.ll75 ; Check that divisions of spilled values can use DEB rather than DEBR.
/external/v8/src/s390/
Ddisasm-s390.cc1003 case DEBR: in DecodeFourByte()
Dsimulator-s390.h798 EVALUATE(DEBR);
Dconstants-s390.h1291 V(debr, DEBR, 0xB30D) /* type = RRE DIVIDE (short BFP) */ \
Dsimulator-s390.cc1024 EvalTable[DEBR] = &Simulator::Evaluate_DEBR; in EvalTableInit()
4167 case DEBR: in DecodeFourByteFloatingPoint()
4230 } else if (op == DEBR) { in DecodeFourByteFloatingPoint()
8766 EVALUATE(DEBR) { in EVALUATE() argument
8767 DCHECK_OPCODE(DEBR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td430 def DEBR : BinaryRRE<"deb", 0xB30D, fdiv, FP32, FP32>;