Searched refs:FIDBRA (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 323 def FIDBRA : UnaryRRF4<"fidbra", 0xB35F, FP64, FP64>; 328 def : Pat<(fnearbyint FP64:$src), (FIDBRA 0, FP64:$src, 4)>; 335 def : Pat<(ffloor FP64:$src), (FIDBRA 7, FP64:$src, 4)>; 340 def : Pat<(fceil FP64:$src), (FIDBRA 6, FP64:$src, 4)>; 345 def : Pat<(ftrunc FP64:$src), (FIDBRA 5, FP64:$src, 4)>; 351 def : Pat<(frnd FP64:$src), (FIDBRA 1, FP64:$src, 4)>;
|
D | SystemZShortenInst.cpp | 208 Changed |= shortenFPConv(MI, SystemZ::FIDBRA); in processBlock()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1057 case FIDBRA: in DecodeFourByte()
|
D | simulator-s390.h | 838 EVALUATE(FIDBRA);
|
D | assembler-s390.cc | 1981 rrf2_form(FIDBRA << 16 | m3 * B12 | d1.code() * B4 | d2.code()); in fidbra()
|
D | constants-s390.h | 406 V(fidbra, FIDBRA, 0xB35F) /* type = RRF_E LOAD FP INTEGER (long BFP) */ \
|
D | simulator-s390.cc | 1064 EvalTable[FIDBRA] = &Simulator::Evaluate_FIDBRA; in EvalTableInit() 4401 case FIDBRA: { in DecodeFourByteFloatingPoint() 9106 EVALUATE(FIDBRA) { in EVALUATE() argument 9107 DCHECK_OPCODE(FIDBRA); in EVALUATE()
|