Searched refs:MDEB (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-02.ll | 18 ; Check the low end of the MDEB range. 30 ; Check the high end of the aligned MDEB range. 72 ; Check that MDEB allows indices. 87 ; Check that multiplications of spilled values can use MDEB rather than MDEBR.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 396 def MDEB : BinaryRXE<"mdeb", 0xED0C, null_frag, FP64, load, 4>; 399 (MDEB (INSERT_SUBREG (f64 (IMPLICIT_DEF)), FP32:$src1, subreg_r32),
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1223 EVALUATE(MDEB);
|
D | constants-s390.h | 233 V(mdeb, MDEB, 0xED0C) /* type = RXE MULTIPLY (short to long BFP) */ \
|
D | simulator-s390.cc | 1449 EvalTable[MDEB] = &Simulator::Evaluate_MDEB; in EvalTableInit() 12579 EVALUATE(MDEB) { in EVALUATE() argument
|