Home
last modified time | relevance | path

Searched refs:FMR (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h286 FMR = 72 << 1, // Floating Move Register enumerator
Ddisasm-ppc.cc980 case FMR: { in DecodeExt4()
Dassembler-ppc.cc2119 emit(EXT4 | FMR | frt.code() * B21 | frb.code() * B11 | rc); in fmr()
Dsimulator-ppc.cc3057 case FMR: { in ExecuteExt4()
/external/pcre/dist/sljit/
DsljitNativePPC_common.c169 #define FMR (HI(63) | LO(72)) macro
1909 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(src))); in sljit_emit_fop1()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp891 Opc = PPC::FMR; in copyPhysReg()
DPPCInstrInfo.td2088 /// Note that FMR is defined as pseudo-ops on the PPC970 because they are
2093 defm FMR : XForm_26r<63, 72, (outs f4rc:$frD), (ins f4rc:$frB),