Searched refs:MOVF (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/none/tests/mips32/ |
D | MoveIns.stdout.exp-BE | 113 MOVF 130 MOVF.S 161 MOVF.D
|
D | MoveIns.stdout.exp | 113 MOVF
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2302 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movt_s() 2310 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movt_d() 2318 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movf_s() 2326 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movf_d()
|
D | constants-mips.h | 602 MOVF = ((2U << 3) + 1), // Function field for MOVT.fmt and MOVF.fmt enumerator
|
D | disasm-mips.cc | 811 case MOVF: in DecodeTypeRegisterRsType()
|
D | simulator-mips.cc | 2329 ft = (get_instr()->FunctionFieldRaw() != MOVF) in DecodeTypeRegisterDRsType() 2403 case MOVF: { in DecodeTypeRegisterDRsType() 3051 case MOVF: { in DecodeTypeRegisterSRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 641 MOVF = ((2U << 3) + 1), // Function field for MOVT.fmt and MOVF.fmt enumerator
|
D | assembler-mips64.cc | 2639 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movt_s() 2647 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movt_d() 2655 GenInstrRegister(COP1, S, ft, fs, fd, MOVF); in movf_s() 2663 GenInstrRegister(COP1, D, ft, fs, fd, MOVF); in movf_d()
|
D | disasm-mips64.cc | 843 case MOVF: in DecodeTypeRegisterRsType()
|
D | simulator-mips64.cc | 2699 case MOVF: { in DecodeTypeRegisterSRsType() 2725 ft = (get_instr()->FunctionFieldRaw() != MOVF) in DecodeTypeRegisterDRsType() 2797 case MOVF: { in DecodeTypeRegisterDRsType()
|
/external/valgrind/none/tests/mips64/ |
D | move_instructions.stdout.exp-BE | 1025 --- MOVF.S --- 1042 --- MOVF.D --- 1163 --- MOVF --- if FPConditionalCode(cc) == 0 then out = RSval else out = RDval
|
D | move_instructions.stdout.exp-LE | 1025 --- MOVF.S --- 1042 --- MOVF.D --- 1163 --- MOVF --- if FPConditionalCode(cc) == 0 then out = RSval else out = RDval
|