Searched refs:CLFDBR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 236 def CLFDBR : UnaryRRF4<"clfdbr", 0xB39D, GR32, FP64>; 245 def : Pat<(i32 (fp_to_uint FP64:$src)), (CLFDBR 5, FP64:$src, 0)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 292 def CLFDBR : TernaryRRFe<"clfdbr", 0xB39D, GR32, FP64>; 301 def : Pat<(i32 (fp_to_uint FP64:$src)), (CLFDBR 5, FP64:$src, 0)>;
|
D | SystemZScheduleZ13.td | 826 def : InstRW<[WLat10, WLat10, FXb, VecBF, Cracked], (instregex "CLFDBR$")>;
|
D | SystemZScheduleZ14.td | 845 def : InstRW<[WLat10, WLat10, FXb, VecBF, Cracked], (instregex "CLFDBR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 796 EVALUATE(CLFDBR);
|
D | constants-s390.h | 410 V(clfdbr, CLFDBR, \
|
D | simulator-s390.cc | 1085 EvalTable[CLFDBR] = &Simulator::Evaluate_CLFDBR; in EvalTableInit() 6141 EVALUATE(CLFDBR) { in EVALUATE() argument 6142 DCHECK_OPCODE(CLFDBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 457 719330152U, // CLFDBR
|
D | SystemZGenDisassemblerTables.inc | 486 /* 1688 */ MCD_OPC_Decode, 180, 3, 65, // Opcode: CLFDBR
|