Home
last modified time | relevance | path

Searched refs:CDLFBR (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td195 def CDLFBR : UnaryRRF4<"cdlfbr", 0xB391, FP64, GR32>;
203 def : Pat<(f64 (uint_to_fp GR32:$src)), (CDLFBR 0, GR32:$src, 0)>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td239 def CDLFBR : TernaryRRFe<"cdlfbr", 0xB391, FP64, GR32>;
247 def : Pat<(f64 (uint_to_fp GR32:$src)), (CDLFBR 0, GR32:$src, 0)>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc415 719330365U, // CDLFBR
1767 // CDLFBR, CDLGBR, CELFBR, CELGBR, CFDBR, CFEBR, CFXBR, CGDBR, CGEBR, CGX...
1870 // AsmLOCGR, AsmLOCR, AsmSTOC, AsmSTOCG, CDLFBR, CDLGBR, CELFBR, CELGBR, ...
DSystemZGenDisassemblerTables.inc459 /* 1559 */ MCD_OPC_Decode, 138, 3, 56, // Opcode: CDLFBR
/external/v8/src/s390/
Dsimulator-s390.h787 EVALUATE(CDLFBR);
Dconstants-s390.h392 V(cdlfbr, CDLFBR, \
Dsimulator-s390.cc1076 EvalTable[CDLFBR] = &Simulator::Evaluate_CDLFBR; in EvalTableInit()
5918 EVALUATE(CDLFBR) { in EVALUATE() argument
5919 DCHECK_OPCODE(CDLFBR); in EVALUATE()