Searched refs:low_gp (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 44 assm->lw(dst.low_gp(), src); in Load() 66 assm->Usw(src.low_gp(), dst); in Store() 86 assm->Push(reg.high_gp(), reg.low_gp()); in push() 110 assm->TurboAssembler::Move(kScratchReg, tmp.low_gp()); in ChangeEndiannessLoad() 111 assm->TurboAssembler::Move(tmp.low_gp(), tmp.high_gp()); in ChangeEndiannessLoad() 138 assm->TurboAssembler::Move(kScratchReg, tmp.low_gp()); in ChangeEndiannessLoad() 139 assm->TurboAssembler::ByteSwapSigned(tmp.low_gp(), tmp.high_gp(), 4); in ChangeEndiannessLoad() 143 assm->TurboAssembler::ByteSwapUnsigned(tmp.low_gp(), tmp.high_gp(), 2); in ChangeEndiannessLoad() 147 assm->TurboAssembler::ByteSwapSigned(tmp.low_gp(), tmp.high_gp(), 2); in ChangeEndiannessLoad() 151 assm->TurboAssembler::ByteSwapSigned(tmp.low_gp(), tmp.high_gp(), 4); in ChangeEndiannessLoad() [all …]
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 59 assm->mov(dst.low_gp(), src); in Load() 81 assm->mov(dst, src.low_gp()); in Store() 102 assm->push(reg.low_gp()); in push() 191 TurboAssembler::Move(reg.low_gp(), Immediate(low_word)); in LoadConstant() 245 movzx_b(dst.low_gp(), src_op); in Load() 249 movsx_b(dst.low_gp(), src_op); in Load() 250 mov(dst.high_gp(), dst.low_gp()); in Load() 260 movzx_w(dst.low_gp(), src_op); in Load() 264 movsx_w(dst.low_gp(), src_op); in Load() 265 mov(dst.high_gp(), dst.low_gp()); in Load() [all …]
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 623 (assm->*op)(dst.low_gp(), lhs.low_gp(), rhs.low_gp()); in EmitI64IndependentHalfOperation() 631 (assm->*op)(dst.low_gp(), lhs.low_gp(), rhs.low_gp()); in EmitI64IndependentHalfOperation() 637 (assm->*op)(tmp, lhs.low_gp(), rhs.low_gp()); in EmitI64IndependentHalfOperation() 639 assm->Move(dst.low_gp(), tmp, kWasmI32); in EmitI64IndependentHalfOperation()
|
D | liftoff-register.h | 123 LiftoffRegister low() const { return LiftoffRegister(low_gp()); } in low() 127 Register low_gp() const { in low_gp() function 181 return os << "<gp" << reg.low_gp().code() << "+" << reg.high_gp().code()
|
D | liftoff-compiler.cc | 806 __ emit_##fn(dst, src, amount.is_pair() ? amount.low_gp() : amount.gp(), \ in BinOp()
|