Home
last modified time | relevance | path

Searched refs:FIDBRA (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td323 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)>;
DSystemZShortenInst.cpp208 Changed |= shortenFPConv(MI, SystemZ::FIDBRA); in processBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td379 def FIDBRA : TernaryRRFe<"fidbra", 0xB35F, FP64, FP64>;
384 def : Pat<(fnearbyint FP64:$src), (FIDBRA 0, FP64:$src, 4)>;
391 def : Pat<(ffloor FP64:$src), (FIDBRA 7, FP64:$src, 4)>;
396 def : Pat<(fceil FP64:$src), (FIDBRA 6, FP64:$src, 4)>;
401 def : Pat<(ftrunc FP64:$src), (FIDBRA 5, FP64:$src, 4)>;
407 def : Pat<(fround FP64:$src), (FIDBRA 1, FP64:$src, 4)>;
DSystemZShortenInst.cpp216 Changed |= shortenFPConv(MI, SystemZ::FIDBRA); in processBlock()
/external/v8/src/s390/
Ddisasm-s390.cc587 case FIDBRA: in DecodeSpecial()
Dsimulator-s390.h775 EVALUATE(FIDBRA);
Dconstants-s390.h389 V(fidbra, FIDBRA, 0xB35F) /* type = RRF_E LOAD FP INTEGER (long BFP) */ \
Dsimulator-s390.cc1064 EvalTable[FIDBRA] = &Simulator::Evaluate_FIDBRA; in EvalTableInit()
5823 EVALUATE(FIDBRA) { in EVALUATE() argument
5824 DCHECK_OPCODE(FIDBRA); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc543 719327250U, // FIDBRA
DSystemZGenDisassemblerTables.inc435 /* 1445 */ MCD_OPC_Decode, 138, 4, 50, // Opcode: FIDBRA