Lines Matching refs:tasm

23 #define __ tasm()->
334 codegen->tasm()->and_(value, value, Operand(kSpeculationPoisonRegister)); in EmitWordLoadPoisoningIfNeeded()
345 codegen->tasm()->mov(address, i.InputImmediate(1)); in ComputePoisonedAddressForLoad()
346 codegen->tasm()->add(address, address, i.InputRegister(0)); in ComputePoisonedAddressForLoad()
349 codegen->tasm()->add(address, i.InputRegister(0), i.InputRegister(1)); in ComputePoisonedAddressForLoad()
354 codegen->tasm()->and_(address, address, Operand(kSpeculationPoisonRegister)); in ComputePoisonedAddressForLoad()
465 FrameScope scope(tasm(), StackFrame::MANUAL); \
479 FrameScope scope(tasm(), StackFrame::MANUAL); \
564 void FlushPendingPushRegisters(TurboAssembler* tasm, in FlushPendingPushRegisters() argument
571 tasm->push((*pending_pushes)[0]); in FlushPendingPushRegisters()
574 tasm->Push((*pending_pushes)[0], (*pending_pushes)[1]); in FlushPendingPushRegisters()
577 tasm->Push((*pending_pushes)[0], (*pending_pushes)[1], in FlushPendingPushRegisters()
589 TurboAssembler* tasm, FrameAccessState* state, int new_slot_above_sp, in AdjustStackPointerForTailCall() argument
597 FlushPendingPushRegisters(tasm, state, pending_pushes); in AdjustStackPointerForTailCall()
599 tasm->sub(sp, sp, Operand(stack_slot_delta * kPointerSize)); in AdjustStackPointerForTailCall()
603 FlushPendingPushRegisters(tasm, state, pending_pushes); in AdjustStackPointerForTailCall()
605 tasm->add(sp, sp, Operand(-stack_slot_delta * kPointerSize)); in AdjustStackPointerForTailCall()
627 tasm(), frame_access_state(), in AssembleTailCallBeforeGap()
637 FlushPendingPushRegisters(tasm(), frame_access_state(), in AssembleTailCallBeforeGap()
642 FlushPendingPushRegisters(tasm(), frame_access_state(), &pending_pushes); in AssembleTailCallBeforeGap()
644 AdjustStackPointerForTailCall(tasm(), frame_access_state(), in AssembleTailCallBeforeGap()
650 AdjustStackPointerForTailCall(tasm(), frame_access_state(), in AssembleTailCallAfterGap()
656 UseScratchRegisterScope temps(tasm()); in AssembleCodeStartRegisterCheck()
671 UseScratchRegisterScope temps(tasm()); in BailoutIfDeoptimized()
687 UseScratchRegisterScope temps(tasm()); in GenerateSpeculationPoisonFromCodeStartRegister()
795 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
894 FrameScope scope(tasm(), StackFrame::NONE); in AssembleArchInstruction()
1075 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1099 CpuFeatureScope scope(tasm(), SUDIV); in AssembleArchInstruction()
1105 CpuFeatureScope scope(tasm(), SUDIV); in AssembleArchInstruction()
1133 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1139 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1146 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1189 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1384 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction()
1404 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1409 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1414 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1419 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1424 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1429 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1434 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1439 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1444 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1459 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1467 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1475 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1483 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1491 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1503 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1515 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1523 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1601 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
1639 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2348 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2359 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2370 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2403 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2432 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2443 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2454 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2465 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2494 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2505 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2516 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2527 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2545 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2597 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2606 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2615 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2625 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2635 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
2649 UseScratchRegisterScope temps(tasm()); in AssembleArchInstruction()
3072 UseScratchRegisterScope temps(tasm()); in AssembleConstructFrame()
3236 UseScratchRegisterScope temps(tasm()); in AssembleMove()
3257 UseScratchRegisterScope temps(tasm()); in AssembleMove()
3268 UseScratchRegisterScope temps(tasm()); in AssembleMove()
3306 UseScratchRegisterScope temps(tasm()); in AssembleMove()
3313 UseScratchRegisterScope temps(tasm()); in AssembleMove()
3320 UseScratchRegisterScope temps(tasm()); in AssembleMove()
3326 UseScratchRegisterScope temps(tasm()); in AssembleMove()
3350 UseScratchRegisterScope temps(tasm()); in AssembleSwap()
3367 UseScratchRegisterScope temps(tasm()); in AssembleSwap()
3374 UseScratchRegisterScope temps(tasm()); in AssembleSwap()
3380 UseScratchRegisterScope temps(tasm()); in AssembleSwap()
3388 UseScratchRegisterScope temps(tasm()); in AssembleSwap()
3402 UseScratchRegisterScope temps(tasm()); in AssembleSwap()
3410 UseScratchRegisterScope temps(tasm()); in AssembleSwap()
3443 UseScratchRegisterScope temps(tasm()); in AssembleSwap()