Searched refs:CFEBR (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 214 def CFEBR : UnaryRRF<"cfeb", 0xB398, GR32, FP32>; 224 def : Pat<(i32 (fp_to_sint FP32:$src)), (CFEBR 5, FP32:$src)>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 925 case CFEBR: in DecodeFourByte()
|
D | constants-s390.h | 282 CFEBR = 0xB398, // Convert To Fixed (short BFP to 32) enumerator
|
D | assembler-s390.cc | 2972 rrfe_form(CFEBR, m3, Condition(0), r1, Register::from_code(r2.code())); in cfebr()
|
D | simulator-s390.cc | 4045 case CFEBR: { in DecodeFourByteFloatingPointRound() 4158 case CFEBR: in DecodeFourByteFloatingPoint() 4254 } else if (op == CFEBR) { in DecodeFourByteFloatingPoint()
|