Lines Matching defs:a0Value
4261 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4264 callArgs.callArgs = { a0Value, 0, 0 };
4276 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4279 callArgs.callArgs = { a0Value, 0, 0 };
4292 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4296 callArgs.callArgs = { a0Value, a1Value, 0 };
4309 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4313 callArgs.callArgs = { a0Value, a1Value, 0 };
4327 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4332 callArgs.callArgs = { a0Value, a1Value, a2Value };
4346 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4351 callArgs.callArgs = { a0Value, a1Value, a2Value };
4478 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4481 callArgs.callArgsWithThis = { a0Value, 0, 0, thisValue };
4495 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4499 callArgs.callArgsWithThis = { a0Value, a1Value, 0, thisValue };
4514 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
4519 callArgs.callArgsWithThis = { a0Value, a1Value, a2Value, thisValue };