Home
last modified time | relevance | path

Searched refs:FmoveHigh (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.h253 inline void FmoveHigh(Register dst_high, FPURegister src) { in FmoveHigh() function
257 inline void FmoveHigh(FPURegister dst, Register src_high) { in FmoveHigh() function
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1017 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1023 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
/external/v8/src/mips64/
Dmacro-assembler-mips64.h281 inline void FmoveHigh(Register dst_high, FPURegister src) { in FmoveHigh() function
285 inline void FmoveHigh(FPURegister dst, Register src_high) { in FmoveHigh() function
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1229 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1235 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2350 __ FmoveHigh(scratch, input_reg); in DoCmpHoleAndBranch() local
2364 __ FmoveHigh(scratch, value); in DoCompareMinusZeroAndBranch() local
3080 __ FmoveHigh(scratch, result); in DoLoadKeyedFixedDoubleArray() local
5298 __ FmoveHigh(result_reg, value_reg); in DoDoubleBits() local
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2233 __ FmoveHigh(scratch, input_reg); in DoCmpHoleAndBranch() local
2246 __ FmoveHigh(scratch, value); in DoCompareMinusZeroAndBranch() local
5095 __ FmoveHigh(result_reg, value_reg); in DoDoubleBits() local