Home
last modified time | relevance | path

Searched defs:lwc1 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s307 lwc1 $f2, 4($6) # CHECK: lwc1 $f2, 4($6) # encoding: [0x9c,0x46,0x00,0x04] label
/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1607 __ lwc1(i.OutputSingleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1697 __ lwc1(i.OutputSingleRegister(0), MemOperand(fp, offset)); in AssembleArchInstruction() local
4261 __ lwc1(g.ToDoubleRegister(destination), src); in AssembleMove() local
4273 __ lwc1(temp, src); in AssembleMove() local
4354 __ lwc1(src, dst); in AssembleSwap() local
4383 __ lwc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp744 void AssemblerMIPS32::lwc1(const Operand *OpRt, const Operand *OpBase, in lwc1() function in Ice::MIPS32::AssemblerMIPS32
DIceTargetLoweringMIPS32.cpp6196 void TargetMIPS32::Sandboxer::lwc1(Variable *Dest, OperandMIPS32Mem *Mem, in lwc1() function in Ice::MIPS32::TargetMIPS32::Sandboxer
/external/v8/src/codegen/mips/
Dassembler-mips.cc2395 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler
/external/v8/src/codegen/mips64/
Dassembler-mips64.cc2655 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler