Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddeoptimizer-mips.cc137 __ lwc1(f0, MemOperand(sp, src_offset)); in Generate() local
Dassembler-mips.cc2586 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1511 __ 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/
Dvalid.s307 lwc1 $f2, 4($6) # CHECK: lwc1 $f2, 4($6) # encoding: [0x9c,0x46,0x00,0x04] label
/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/compiler/mips64/
Dcode-generator-mips64.cc1798 __ lwc1( in AssembleArchInstruction() local
/external/v8/src/mips64/
Dassembler-mips64.cc2969 void Assembler::lwc1(FPURegister fd, const MemOperand& src) { in lwc1() function in v8::internal::Assembler