- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for B32 (0.1 sec)
-
src/cmd/asm/internal/arch/loong64.go
} var loong64LsxArngExtMap = map[string]int16{ "B16": loong64.ARNG_16B, "H8": loong64.ARNG_8H, "W4": loong64.ARNG_4W, "V2": loong64.ARNG_2V, } var loong64LasxArngExtMap = map[string]int16{ "B32": loong64.ARNG_32B, "H16": loong64.ARNG_16H, "W8": loong64.ARNG_8W, "V4": loong64.ARNG_4V, "Q2": loong64.ARNG_2Q, } // Loong64RegisterExtension constructs an Loong64 register with extension or arrangement.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 05 17:31:25 UTC 2025 - 3.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
VMOVQ -12(R4), V2.W4 // 82f42f30 VMOVQ (R4), V3.V2 // 83001030 VMOVQ 24(R4), V3.V2 // 830c1030 VMOVQ -16(R4), V3.V2 // 83f81730 XVMOVQ (R4), X0.B32 // 80008032 XVMOVQ 1(R4), X0.B32 // 80048032 XVMOVQ -5(R4), X0.B32 // 80ecbf32 XVMOVQ (R4), X1.H16 // 81004032 XVMOVQ 2(R4), X1.H16 // 81044032 XVMOVQ -10(R4), X1.H16 // 81ec5f32 XVMOVQ (R4), X2.W8 // 82002032
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0)