Searched refs:GetRegFromType (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 58 inline CPURegister GetRegFromType(const LiftoffRegister& reg, ValueType type) { in GetRegFromType() function 288 Ldr(liftoff::GetRegFromType(dst, type), MemOperand(fp, offset)); in LoadCallerFrameSlot() 322 Str(liftoff::GetRegFromType(reg, type), dst); in Spill() 349 Ldr(liftoff::GetRegFromType(reg, type), src); in Fill() 866 Poke(liftoff::GetRegFromType(*args++, param_type), arg_bytes); in CallC() 891 Peek(liftoff::GetRegFromType(*next_result_reg, out_argument_type), 0); in CallC() 945 asm_->Poke(liftoff::GetRegFromType(slot.src_.reg(), slot.src_.type()), in Construct()
|