Searched refs:FmoveHigh (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 253 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/ |
D | code-generator-mips.cc | 1017 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1023 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 281 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/ |
D | code-generator-mips64.cc | 1229 __ FmoveHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1235 __ FmoveHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2350 __ 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/ |
D | lithium-codegen-mips.cc | 2233 __ FmoveHigh(scratch, input_reg); in DoCmpHoleAndBranch() local 2246 __ FmoveHigh(scratch, value); in DoCompareMinusZeroAndBranch() local 5095 __ FmoveHigh(result_reg, value_reg); in DoDoubleBits() local
|