Searched refs:CGDBR (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 219 def CGDBR : UnaryRRF<"cgdb", 0xB3A9, GR64, FP64>; 229 def : Pat<(i64 (fp_to_sint FP64:$src)), (CGDBR 5, FP64:$src)>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 937 case CGDBR: in DecodeFourByte()
|
D | constants-s390.h | 291 CGDBR = 0xB3A9, // Convert To Fixed (long BFP to 64) enumerator
|
D | assembler-s390.cc | 2880 rrfe_form(CGDBR, m, Condition(0), r1, Register::from_code(r2.code())); in cgdbr()
|
D | simulator-s390.cc | 3947 case CGDBR: { in DecodeFourByteFloatingPointRound() 4155 case CGDBR: in DecodeFourByteFloatingPoint() 4244 } else if (op == CGDBR) { in DecodeFourByteFloatingPoint()
|