Lines Matching refs:tasm

24 #define __ tasm()->
350 codegen->tasm()->andq(value, kSpeculationPoisonRegister); in EmitWordLoadPoisoningIfNeeded()
485 CpuFeatureScope avx_scope(tasm(), AVX); \
602 AdjustStackPointerForTailCall(tasm(), frame_access_state(), in AssembleTailCallBeforeGap()
620 AdjustStackPointerForTailCall(tasm(), frame_access_state(), in AssembleTailCallBeforeGap()
626 AdjustStackPointerForTailCall(tasm(), frame_access_state(), in AssembleTailCallAfterGap()
890 FrameScope scope(tasm(), StackFrame::NONE); in AssembleArchInstruction()
1261 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
1318 CpuFeatureScope sahf_scope(tasm(), SAHF); in AssembleArchInstruction()
1468 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
1669 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
1693 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
1718 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
1732 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
1746 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
1760 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
1922 CpuFeatureScope sse_scope(tasm(), SSSE3); in AssembleArchInstruction()
2130 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2136 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2186 CpuFeatureScope sse_scope(tasm(), SSE3); in AssembleArchInstruction()
2237 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2242 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2252 CpuFeatureScope sse_scope(tasm(), SSSE3); in AssembleArchInstruction()
2277 CpuFeatureScope sse_scope(tasm(), SSSE3); in AssembleArchInstruction()
2286 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2291 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2296 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2315 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2327 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2332 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2337 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2347 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2367 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2374 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2384 CpuFeatureScope sse_scope(tasm(), SSSE3); in AssembleArchInstruction()
2413 CpuFeatureScope sse_scope(tasm(), SSSE3); in AssembleArchInstruction()
2426 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2431 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2436 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2455 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2475 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2480 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2485 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2495 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2503 CpuFeatureScope sse_scope(tasm(), SSSE3); in AssembleArchInstruction()
2511 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2518 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2528 CpuFeatureScope sse_scope(tasm(), SSSE3); in AssembleArchInstruction()
2557 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2562 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2581 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2597 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2602 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2607 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2617 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
3237 void CodeGenerator::FinishCode() { tasm()->PatchConstPool(); } in FinishCode()