Home
last modified time | relevance | path

Searched refs:MOVF (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrFPU.td320 def MOVF : CondMovFPInt<MipsCMovFP_F, 0, "movf">;
DMipsISelLowering.cpp801 case Mips::MOVF: in EmitInstrWithCustomInserter()
/external/v8/src/mips/
Dconstants-mips.h710 MOVF = ((2U << 3) + 1), // Function field for MOVT.fmt and MOVF.fmt enumerator
Dassembler-mips.cc2718 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movt_s()
2725 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movt_d()
2732 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movf_s()
2739 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movf_d()
Ddisasm-mips.cc1053 case MOVF: in DecodeTypeRegisterRsType()
Dsimulator-mips.cc2670 ft = (instr_.FunctionFieldRaw() != MOVF) ? get_fpu_register_double(ft_reg()) in DecodeTypeRegisterDRsType()
2743 case MOVF: { in DecodeTypeRegisterDRsType()
3395 case MOVF: { in DecodeTypeRegisterSRsType()
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c194 #define MOVF (HI(0) | (0 << 16) | LO(1)) macro
2024 ins = MOVF; in sljit_emit_cmov()
/external/v8/src/mips64/
Dconstants-mips64.h737 MOVF = ((2U << 3) + 1), // Function field for MOVT.fmt and MOVF.fmt enumerator
Dassembler-mips64.cc3089 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movt_s()
3096 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movt_d()
3103 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movf_s()
3110 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movf_d()
Ddisasm-mips64.cc1114 case MOVF: in DecodeTypeRegisterRsType()
Dsimulator-mips64.cc2964 case MOVF: { in DecodeTypeRegisterSRsType()
2990 ft = (instr_.FunctionFieldRaw() != MOVF) ? get_fpu_register_double(ft_reg()) in DecodeTypeRegisterDRsType()
3061 case MOVF: { in DecodeTypeRegisterDRsType()