Searched refs:ASSEMBLE_SIMD_SHIFT_LEFT (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 474 #define ASSEMBLE_SIMD_SHIFT_LEFT(asm_imm, width, sz, dt) \ macro 2125 ASSEMBLE_SIMD_SHIFT_LEFT(vshl, 6, Neon32, NeonS64); in AssembleArchInstruction() 2346 ASSEMBLE_SIMD_SHIFT_LEFT(vshl, 5, Neon32, NeonS32); in AssembleArchInstruction() 2543 ASSEMBLE_SIMD_SHIFT_LEFT(vshl, 4, Neon16, NeonS16); in AssembleArchInstruction() 2714 ASSEMBLE_SIMD_SHIFT_LEFT(vshl, 3, Neon8, NeonS8); in AssembleArchInstruction() 3539 #undef ASSEMBLE_SIMD_SHIFT_LEFT in AssembleArchInstruction() macro
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 557 #define ASSEMBLE_SIMD_SHIFT_LEFT(asm_imm, width, format, asm_shl, gp) \ macro 2355 ASSEMBLE_SIMD_SHIFT_LEFT(Shl, 6, V2D, Sshl, X); in AssembleArchInstruction() 2450 ASSEMBLE_SIMD_SHIFT_LEFT(Shl, 5, V4S, Sshl, W); in AssembleArchInstruction() 2505 ASSEMBLE_SIMD_SHIFT_LEFT(Shl, 4, V8H, Sshl, W); in AssembleArchInstruction() 2567 ASSEMBLE_SIMD_SHIFT_LEFT(Shl, 3, V16B, Sshl, W); in AssembleArchInstruction() 2855 #undef ASSEMBLE_SIMD_SHIFT_LEFT in AssembleArchInstruction() macro
|
Completed in 9 milliseconds