D | arm64-fp-encoding.s | 294 ucvtf s1, w2 295 ucvtf s1, w2, #1 296 ucvtf d1, w2 define 297 ucvtf d1, w2, #1 define 298 ucvtf s1, x2 299 ucvtf s1, x2, #1 300 ucvtf d1, x2 define 301 ucvtf d1, x2, #1 define 303 ; CHECK: ucvtf s1, w2 ; encoding: [0x41,0x00,0x23,0x1e] 304 ; CHECK: ucvtf s1, w2, #1 ; encoding: [0x41,0xfc,0x03,0x1e] [all …]
|