Searched refs:Mfhc1 (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 653 void Mfhc1(Register rt, FPURegister fs); 741 Mfhc1(dst_high, src); in Move() 745 Mfhc1(dst_high, src); in FmoveHigh()
|
D | macro-assembler-mips.cc | 1241 Mfhc1(scratch, fd); in Usdc1() 1293 Mfhc1(t8, fd); in Sdc1() 1776 Mfhc1(scratch1, fd); in Neg_d() 1840 Mfhc1(t8, fs); in Trunc_w_d() 1851 Mfhc1(t8, fs); in Round_w_d() 1862 Mfhc1(t8, fs); in Floor_w_d() 1873 Mfhc1(t8, fs); in Ceil_w_d() 1966 Mfhc1(scratch, src); in RoundDouble() 2081 void TurboAssembler::Mfhc1(Register rt, FPURegister fs) { in Mfhc1() function in v8::internal::TurboAssembler 5167 Mfhc1(t8, src1); in Float64Max() [all …]
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 983 TurboAssembler::Mfhc1(dst.high_gp(), src.fp()); in emit_type_conversion()
|