Searched refs:movf (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerMIPS32.h | 217 void movf(const Operand *OpRd, const Operand *OpRs, const Operand *OpCc);
|
H A D | IceInstMIPS32.cpp | 878 Asm->movf(getDest(), getSrc(0), getSrc(1)); in emitIAS()
|
H A D | IceAssemblerMIPS32.cpp | 837 void AssemblerMIPS32::movf(const Operand *OpRd, const Operand *OpRs, in movf() function in Ice::MIPS32::AssemblerMIPS32 840 const IValueT Rd = encodeGPRegister(OpRd, "Rd", "movf"); in movf() 841 const IValueT Rs = encodeGPRegister(OpRs, "Rs", "movf"); in movf()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 1013 Format(instr, "movf.'t 'fd, 'fs, 'Cc"); in DecodeTypeRegisterRsType() 1416 Format(instr, "movf 'rd, 'rs, 'bc"); in DecodeTypeRegisterSPECIAL()
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 1073 Format(instr, "movf.'t 'fd, 'fs, 'Cc"); in DecodeTypeRegisterRsType() 1648 Format(instr, "movf 'rd, 'rs, 'bc"); in DecodeTypeRegisterSPECIAL()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 644 void movf(Register rd, Register rs, uint16_t cc = 0);
|
H A D | macro-assembler-mips64.cc | 3165 movf(rd, rs, cc); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 2465 void Assembler::movf(Register rd, Register rs, uint16_t cc) { in movf() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 600 void movf(Register rd, Register rs, uint16_t cc = 0);
|
H A D | assembler-mips.cc | 2326 void Assembler::movf(Register rd, Register rs, uint16_t cc) { in movf() function in v8::internal::Assembler
|
H A D | macro-assembler-mips.cc | 2561 movf(rd, rs, cc); in CallRecordWriteStub()
|
Completed in 46 milliseconds