Searched refs:MOVF (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrFPU.td | 320 def MOVF : CondMovFPInt<MipsCMovFP_F, 0, "movf">;
|
D | MipsISelLowering.cpp | 801 case Mips::MOVF: in EmitInstrWithCustomInserter()
|
/external/v8/src/mips/ |
D | constants-mips.h | 710 MOVF = ((2U << 3) + 1), // Function field for MOVT.fmt and MOVF.fmt enumerator
|
D | assembler-mips.cc | 2718 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()
|
D | disasm-mips.cc | 1053 case MOVF: in DecodeTypeRegisterRsType()
|
D | simulator-mips.cc | 2670 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/ |
D | sljitNativeMIPS_common.c | 194 #define MOVF (HI(0) | (0 << 16) | LO(1)) macro 2024 ins = MOVF; in sljit_emit_cmov()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 737 MOVF = ((2U << 3) + 1), // Function field for MOVT.fmt and MOVF.fmt enumerator
|
D | assembler-mips64.cc | 3089 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()
|
D | disasm-mips64.cc | 1114 case MOVF: in DecodeTypeRegisterRsType()
|
D | simulator-mips64.cc | 2964 case MOVF: { in DecodeTypeRegisterSRsType() 2990 ft = (instr_.FunctionFieldRaw() != MOVF) ? get_fpu_register_double(ft_reg()) in DecodeTypeRegisterDRsType() 3061 case MOVF: { in DecodeTypeRegisterDRsType()
|