Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Ddisasm-ppc.cc1008 case FMR: { in DecodeExt4()
Dconstants-ppc.h1497 V(fmr, FMR, 0xFC000090) \
Dassembler-ppc.cc2195 emit(EXT4 | FMR | frt.code() * B21 | frb.code() * B11 | rc); in fmr()
Dsimulator-ppc.cc3148 case FMR: { in ExecuteExt4()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.cpp312 Opc = PPC::FMR; in copyPhysReg()
DPPCInstrInfo.td1004 /// Note that FMR is defined as pseudo-ops on the PPC970 because they are
1008 def FMR : XForm_26<63, 72, (outs F4RC:$frD), (ins F4RC:$frB),
/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c173 #define FMR (HI(63) | LO(72)) macro
1913 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(src))); in sljit_emit_fop1()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp917 Opc = PPC::FMR; in copyPhysReg()
DPPCInstrInfo.td2157 /// Note that FMR is defined as pseudo-ops on the PPC970 because they are
2162 defm FMR : XForm_26r<63, 72, (outs f4rc:$frD), (ins f4rc:$frB),