
Fix pretty printing for CPU register components (created with the XMM0.uintN syntax) while using format strings Also fixes printing large literal constants with format strings. Fixes #3020
10 lines
178 B
ArmAsm
10 lines
178 B
ArmAsm
#include "textflag.h"
|
|
|
|
TEXT ·VPSLLQ36(SB), NOSPLIT, $0-16
|
|
MOVQ src+0(FP), AX
|
|
MOVQ dst+8(FP), BX
|
|
VMOVDQU (AX), Y0
|
|
VPSLLQ $36, Y0, Y0
|
|
VMOVDQU Y0, (BX)
|
|
RET
|