Lines Matching refs:W
445 __ And(Register(X5).W(), Register(X5).W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal()
447 … __ Cmp(Register(X5).W(), Immediate(kungfu::BuiltinsStubCSigns::BUILTINS_CONSTRUCTOR_STUB_FIRST)); in JSCallInternal()
450 __ Add(builtinStub, glue, Operand(Register(X5).W(), UXTW, FRAME_SLOT_SIZE_LOG2)); in JSCallInternal()
492 Register jstype2(X5, W); in JSCallInternal()
493 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal()
552 Register jstype(X3, W); in JSCallCheck()
600 Register realArgC(X7, W); in JSBoundFunctionCallInternal()
610 __ Add(realArgC, boundLength.W(), actualArgC.W()); in JSBoundFunctionCallInternal()
613 __ Sub(actualArgC.W(), actualArgC.W(), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSBoundFunctionCallInternal()
614 __ Cmp(actualArgC.W(), Immediate(0)); in JSBoundFunctionCallInternal()
628 __ Cmp(boundLength.W(), Immediate(0)); in JSBoundFunctionCallInternal()