Lines Matching refs:tasm

22 #define __ tasm()->
235 MemOperand ToMemOperand(InstructionOperand* op, TurboAssembler* tasm) const { in ToMemOperand()
238 return SlotToMemOperand(AllocatedOperand::cast(op)->index(), tasm); in ToMemOperand()
241 MemOperand SlotToMemOperand(int slot, TurboAssembler* tasm) const { in SlotToMemOperand()
376 codegen->tasm()->And(value, value, Operand(poison)); in EmitWordLoadPoisoningIfNeeded()
445 FrameScope scope(tasm(), StackFrame::MANUAL); \
451 FrameScope scope(tasm(), StackFrame::MANUAL); \
498 void AdjustStackPointerForTailCall(TurboAssembler* tasm, in AdjustStackPointerForTailCall() argument
507 tasm->Claim(stack_slot_delta); in AdjustStackPointerForTailCall()
510 tasm->Drop(-stack_slot_delta); in AdjustStackPointerForTailCall()
519 AdjustStackPointerForTailCall(tasm(), frame_access_state(), in AssembleTailCallBeforeGap()
526 AdjustStackPointerForTailCall(tasm(), frame_access_state(), in AssembleTailCallAfterGap()
538 UseScratchRegisterScope temps(tasm()); in AssembleCodeStartRegisterCheck()
553 UseScratchRegisterScope temps(tasm()); in BailoutIfDeoptimized()
571 UseScratchRegisterScope temps(tasm()); in GenerateSpeculationPoisonFromCodeStartRegister()
583 UseScratchRegisterScope temps(tasm()); in AssembleRegisterArgumentPoisoning()
680 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
776 FrameScope scope(tasm(), StackFrame::NONE); in AssembleArchInstruction()
1054 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1061 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1069 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1076 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1357 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction()
1861 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1907 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1956 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
1992 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
2050 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
2113 UseScratchRegisterScope scope(tasm()); in AssembleArchInstruction()
2133 UseScratchRegisterScope scope(tasm()); \ in AssembleArchInstruction()
2327 UseScratchRegisterScope scope(tasm()); in AssembleArchTableSwitch()
2421 UseScratchRegisterScope scope(tasm()); in AssembleConstructFrame()
2434 UseScratchRegisterScope temps(tasm()); in AssembleConstructFrame()
2477 UseScratchRegisterScope temps(tasm()); in AssembleConstructFrame()
2485 UseScratchRegisterScope temps(tasm()); in AssembleConstructFrame()
2604 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove()
2619 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleMove()
2634 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleMove()
2635 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove()
2637 UseScratchRegisterScope scope(tasm()); in AssembleMove()
2642 UseScratchRegisterScope scope(tasm()); in AssembleMove()
2666 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove()
2668 UseScratchRegisterScope scope(tasm()); in AssembleMove()
2676 UseScratchRegisterScope scope(tasm()); in AssembleMove()
2686 UseScratchRegisterScope scope(tasm()); in AssembleMove()
2718 UseScratchRegisterScope scope(tasm()); in AssembleSwap()
2719 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleSwap()
2727 UseScratchRegisterScope scope(tasm()); in AssembleSwap()
2745 UseScratchRegisterScope scope(tasm()); in AssembleSwap()
2746 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleSwap()
2747 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleSwap()