Searched refs:CDLFBR (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 195 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/ |
D | SystemZInstrFP.td | 239 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/ |
D | SystemZGenAsmWriter.inc | 415 719330365U, // CDLFBR 1767 // CDLFBR, CDLGBR, CELFBR, CELGBR, CFDBR, CFEBR, CFXBR, CGDBR, CGEBR, CGX... 1870 // AsmLOCGR, AsmLOCR, AsmSTOC, AsmSTOCG, CDLFBR, CDLGBR, CELFBR, CELGBR, ...
|
D | SystemZGenDisassemblerTables.inc | 459 /* 1559 */ MCD_OPC_Decode, 138, 3, 56, // Opcode: CDLFBR
|
/external/v8/src/s390/ |
D | simulator-s390.h | 787 EVALUATE(CDLFBR);
|
D | constants-s390.h | 392 V(cdlfbr, CDLFBR, \
|
D | simulator-s390.cc | 1076 EvalTable[CDLFBR] = &Simulator::Evaluate_CDLFBR; in EvalTableInit() 5918 EVALUATE(CDLFBR) { in EVALUATE() argument 5919 DCHECK_OPCODE(CDLFBR); in EVALUATE()
|