Searched refs:MXDB (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-04.ll | 23 ; Check the low end of the MXDB range. 38 ; Check the high end of the aligned MXDB range. 89 ; Check that MXDB allows indices. 107 ; Check that multiplications of spilled values can use MXDB rather than MXDBR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-04.ll | 23 ; Check the low end of the MXDB range. 38 ; Check the high end of the aligned MXDB range. 89 ; Check that MXDB allows indices. 107 ; Check that multiplications of spilled values can use MXDB rather than MXDBR.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 409 def MXDB : BinaryRXE<"mxdb", 0xED07, null_frag, FP128, load, 8>; 412 (MXDB (INSERT_SUBREG (f128 (IMPLICIT_DEF)), FP64:$src1, subreg_h64),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 466 def MXDB : BinaryRXE<"mxdb", 0xED07, null_frag, FP128, load, 8>; 470 (MXDB (INSERT_SUBREG (f128 (IMPLICIT_DEF)), FP64:$src1, subreg_h64),
|
D | SystemZScheduleZ196.td | 803 (instregex "MXDB$")>;
|
D | SystemZScheduleZEC12.td | 841 (instregex "MXDB$")>;
|
D | SystemZScheduleZ13.td | 869 (instregex "MXDB$")>;
|
D | SystemZScheduleZ14.td | 888 (instregex "MXDB$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1157 EVALUATE(MXDB);
|
D | constants-s390.h | 224 V(mxdb, MXDB, 0xED07) /* type = RXE MULTIPLY (long to extended BFP) */ \
|
D | simulator-s390.cc | 1444 EvalTable[MXDB] = &Simulator::Evaluate_MXDB; in EvalTableInit() 9388 EVALUATE(MXDB) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 746 4198U, // MXDB
|
D | SystemZGenDisassemblerTables.inc | 1612 /* 3234 */ MCD_OPC_Decode, 213, 5, 153, 1, // Opcode: MXDB
|