Searched refs:FRSP (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 279 FRSP = 12 << 1, // Floating-Point Rounding enumerator
|
D | disasm-ppc.cc | 944 case FRSP: { in DecodeExt4()
|
D | assembler-ppc.cc | 2159 emit(EXT4 | FRSP | frt.code() * B21 | frb.code() * B11 | rc); in frsp()
|
D | simulator-ppc.cc | 2882 case FRSP: { in ExecuteExt4()
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 173 #define FRSP (HI(63) | LO(12)) macro 1814 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_convd_fromw() 1852 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_convd_fromw() 1902 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src))); in sljit_emit_fop1()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 927 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::FRSP), DestReg) in SelectFPTrunc() 1422 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::FRSP), in finishCall()
|
D | PPCInstrInfo.td | 2042 defm FRSP : XForm_26r<63, 12, (outs f4rc:$frD), (ins f8rc:$frB),
|