Home
last modified time | relevance | path

Searched refs:movf (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.h217 void movf(const Operand *OpRd, const Operand *OpRs, const Operand *OpCc);
H A DIceInstMIPS32.cpp878 Asm->movf(getDest(), getSrc(0), getSrc(1)); in emitIAS()
H A DIceAssemblerMIPS32.cpp837 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 Ddisasm-mips.cc1013 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 Ddisasm-mips64.cc1073 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 Dassembler-mips64.h644 void movf(Register rd, Register rs, uint16_t cc = 0);
H A Dmacro-assembler-mips64.cc3165 movf(rd, rs, cc); in CallRecordWriteStub()
H A Dassembler-mips64.cc2465 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 Dassembler-mips.h600 void movf(Register rd, Register rs, uint16_t cc = 0);
H A Dassembler-mips.cc2326 void Assembler::movf(Register rd, Register rs, uint16_t cc) { in movf() function in v8::internal::Assembler
H A Dmacro-assembler-mips.cc2561 movf(rd, rs, cc); in CallRecordWriteStub()

Completed in 46 milliseconds