Searched refs:FMR (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1008 case FMR: { in DecodeExt4()
|
D | constants-ppc.h | 1497 V(fmr, FMR, 0xFC000090) \
|
D | assembler-ppc.cc | 2195 emit(EXT4 | FMR | frt.code() * B21 | frb.code() * B11 | rc); in fmr()
|
D | simulator-ppc.cc | 3148 case FMR: { in ExecuteExt4()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 312 Opc = PPC::FMR; in copyPhysReg()
|
D | PPCInstrInfo.td | 1004 /// 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/ |
D | sljitNativePPC_common.c | 173 #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/ |
D | PPCInstrInfo.cpp | 917 Opc = PPC::FMR; in copyPhysReg()
|
D | PPCInstrInfo.td | 2157 /// 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),
|