Searched defs:lwc1 (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 137 __ lwc1(f0, MemOperand(sp, src_offset)); in Generate() local
|
D | assembler-mips.cc | 2586 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1511 __ lwc1(i.OutputSingleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local 1595 __ lwc1(i.OutputSingleRegister(0), MemOperand(fp, offset)); in AssembleArchInstruction() local 3451 __ lwc1(g.ToDoubleRegister(destination), src); in AssembleMove() local 3463 __ lwc1(temp, src); in AssembleMove() local 3545 __ lwc1(src, dst); in AssembleSwap() local 3574 __ lwc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
D | valid.s | 307 lwc1 $f2, 4($6) # CHECK: lwc1 $f2, 4($6) # encoding: [0x9c,0x46,0x00,0x04] label
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 744 void AssemblerMIPS32::lwc1(const Operand *OpRt, const Operand *OpBase, in lwc1() function in Ice::MIPS32::AssemblerMIPS32
|
D | IceTargetLoweringMIPS32.cpp | 6196 void TargetMIPS32::Sandboxer::lwc1(Variable *Dest, OperandMIPS32Mem *Mem, in lwc1() function in Ice::MIPS32::TargetMIPS32::Sandboxer
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1798 __ lwc1( in AssembleArchInstruction() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2969 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler
|