Searched refs:toW (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 118 assm->ld_b(dst.fp().toW(), src); in Load() 145 assm->st_b(src.fp().toW(), dst); in Store() 174 assm->st_b(reg.fp().toW(), MemOperand(sp, 0)); in push() 571 TurboAssembler::ld_b(dst.fp().toW(), src_op); in Load() 628 TurboAssembler::st_b(src.fp().toW(), dst_op); in Store() 970 TurboAssembler::move_v(dst.toW(), src.toW()); in Move() 994 TurboAssembler::st_b(reg.fp().toW(), dst); in Spill() 1044 TurboAssembler::ld_b(reg.fp().toW(), src); in Fill() 1365 binsli_w(dst.toW(), scratc in emit_f32_copysign() [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | register-mips64.h | 166 MSARegister toW() const { return MSARegister::from_code(code()); } in toW() function in v8::internal::FPURegister
|
Completed in 6 milliseconds