Searched refs:CLFEBR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 235 def CLFEBR : UnaryRRF4<"clfebr", 0xB39C, GR32, FP32>; 244 def : Pat<(i32 (fp_to_uint FP32:$src)), (CLFEBR 5, FP32:$src, 0)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 291 def CLFEBR : TernaryRRFe<"clfebr", 0xB39C, GR32, FP32>; 300 def : Pat<(i32 (fp_to_uint FP32:$src)), (CLFEBR 5, FP32:$src, 0)>;
|
D | SystemZScheduleZ13.td | 825 def : InstRW<[WLat10, WLat10, FXb, VecBF, GroupAlone], (instregex "CLFEBR$")>;
|
D | SystemZScheduleZ14.td | 844 def : InstRW<[WLat10, WLat10, FXb, VecBF, GroupAlone], (instregex "CLFEBR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 795 EVALUATE(CLFEBR);
|
D | constants-s390.h | 408 V(clfebr, CLFEBR, \
|
D | simulator-s390.cc | 1084 EvalTable[CLFEBR] = &Simulator::Evaluate_CLFEBR; in EvalTableInit() 6131 EVALUATE(CLFEBR) { in EVALUATE() argument 6132 DCHECK_OPCODE(CLFEBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 458 719330279U, // CLFEBR
|
D | SystemZGenDisassemblerTables.inc | 483 /* 1675 */ MCD_OPC_Decode, 181, 3, 64, // Opcode: CLFEBR
|