Lines Matching refs:LiftoffAssembler
28 constexpr auto kRegister = LiftoffAssembler::VarState::kRegister;
29 constexpr auto KIntConst = LiftoffAssembler::VarState::KIntConst;
30 constexpr auto kStack = LiftoffAssembler::VarState::kStack;
107 LiftoffAssembler::CacheState state;
114 LiftoffAssembler::CacheState label_state;
555 void EmitI32UnOpWithCFallback(bool (LiftoffAssembler::*emit_fn)(Register, in EmitI32UnOpWithCFallback()
570 bool (LiftoffAssembler::*emit_fn)(DoubleRegister, DoubleRegister), in EmitFloatUnOpWithCFallback()
636 EmitFloatUnOpWithCFallback<kWasm##type>(&LiftoffAssembler::emit_##fn, \ in UnOp()
696 EmitI32UnOpWithCFallback(&LiftoffAssembler::emit_i32_popcnt, in UnOp()
1085 void SetLocalFromStackSlot(LiftoffAssembler::VarState& dst_slot, in SetLocalFromStackSlot()
1102 dst_slot = LiftoffAssembler::VarState(type, dst_reg); in SetLocalFromStackSlot()
1367 LiftoffAssembler::kWasmIntPtr, end_offset_reg.gp(), in BoundsCheckMem()
1379 LiftoffAssembler::kWasmIntPtr, index, in BoundsCheckMem()
1434 LiftoffAssembler::kWasmIntPtr); in GenerateRuntimeCall()
1438 stack_slots.Add(LiftoffAssembler::VarState(LiftoffAssembler::kWasmIntPtr, in GenerateRuntimeCall()
1731 LiftoffAssembler::kWasmIntPtr, scratch.gp(), in CallIndirect()
1806 LiftoffAssembler asm_;