- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addIf (0.02 sec)
-
src/cmd/asm/internal/asm/testdata/loong64enc1.s
BITREVW R4, R5 // 85500000 BITREV8B R4, R5 // 854c0000 BITREVV R4, R5 // 85540000 EXTWB R4, R5 // 855c0000 EXTWH R4, R5 // 85580000 CPUCFG R4, R5 // 856c0000 ADDF F4, F5 // a5900001 ADDF F4, F5, F6 // a6900001 ABSF F4, F5 // 85041401 MOVVF F4, F5 // 85181d01 MOVF F4, F5 // 85941401 MOVD F4, F5 // 85981401 MOVW R4, result+16(FP) // 64608029 MOVWU R4, result+16(FP) // 64608029
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Sat Nov 02 01:36:19 UTC 2024 - 11.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/armerror.s
MULS.S R1, R2, R3, R4 // ERROR "invalid .S suffix" ADD.P R1, R2, R3 // ERROR "invalid .P suffix" SUB.W R2, R3 // ERROR "invalid .W suffix" BL 4(R4) // ERROR "non-zero offset" ADDF F0, R1, F2 // ERROR "illegal combination" SWI (R0) // ERROR "illegal combination" MULAD F0, F1 // ERROR "illegal combination" MULAF F0, F1 // ERROR "illegal combination"
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 23 15:18:14 UTC 2024 - 14.5K bytes - Viewed (0)