Searched refs:fild_s (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 736 __ fild_s(MemOperand(esp, 0)); in AssembleArchInstruction() local 1467 __ fild_s(Operand(esp, 0)); in AssembleArchInstruction() local 1470 __ fild_s(i.InputOperand(0)); in AssembleArchInstruction() local 1493 __ fild_s(Operand(esp, 0)); in AssembleArchInstruction() local 1506 __ fild_s(Operand(esp, 0)); in AssembleArchInstruction() local 1527 __ fild_s(Operand(esp, 0)); in AssembleArchInstruction() local 1530 __ fild_s(i.InputOperand(0)); in AssembleArchInstruction() local 1580 __ fild_s(Operand(esp, 0)); in AssembleArchInstruction() local 1629 __ fild_s(Operand(esp, 0)); in AssembleArchInstruction() local 2120 __ fild_s(MemOperand(esp, 0)); in AssembleArchBranch() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 533 __ fild_s(src); in X87Fld() local 991 __ fild_s(MemOperand(esp, 0)); in DeoptimizeIf() local 1010 __ fild_s(MemOperand(esp, 0)); in DeoptimizeIf() local 3531 __ fild_s(MemOperand(esp, 0)); in DoPower() local 3548 __ fild_s(MemOperand(esp, 0)); in DoPower() local 3555 __ fild_s(MemOperand(esp, 0)); in DoPower() local 4475 __ fild_s(Operand(esp, 0)); in DoDeferredNumberTagIU() local 4665 __ fild_s(Operand(esp, 0)); in EmitNumberUntagDNoSSE2() local 4707 __ fild_s(MemOperand(esp, 0)); in DoDeferredTaggedToI() local 4736 __ fild_s(MemOperand(esp, 0)); in DoDeferredTaggedToI() local
|
/external/v8/src/x87/ |
D | assembler-x87.h | 873 void fild_s(const Operand& adr);
|
D | macro-assembler-x87.cc | 278 fild_s(MemOperand(esp, 0)); in X87TOSToI() 310 fild_s(Operand(esp, 0)); in LoadUint32NoSSE2()
|
D | assembler-x87.cc | 1665 void Assembler::fild_s(const Operand& adr) { in fild_s() function in v8::internal::Assembler
|
D | code-stubs-x87.cc | 231 __ fild_s(Operand(esp, 0)); in LoadFloatOperand() local
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 1752 __ fild_s(Operand(esp, 0)); in Generate_MathMaxMin() local 1767 __ fild_s(Operand(esp, 0)); in Generate_MathMaxMin() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 880 void fild_s(const Operand& adr);
|
D | assembler-ia32.cc | 1780 void Assembler::fild_s(const Operand& adr) { in fild_s() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 256 __ fild_s(Operand(esp, 0)); in LoadFloatOperand() local
|
/external/v8/src/x64/ |
D | assembler-x64.h | 959 void fild_s(const Operand& adr);
|
D | assembler-x64.cc | 2268 void Assembler::fild_s(const Operand& adr) { in fild_s() function in v8::internal::Assembler
|