Home | History | Annotate | Download | only in AArch64

Lines Matching full:ldrsh

2385         ldrsh w23, [x6, #8190]
2386 ldrsh wzr, [sp, #2]
2387 ldrsh x29, [x2, #2]
2389 // CHECK: ldrsh w23, [x6, #8190] // encoding: [0xd7,0xfc,0xff,0x79]
2390 // CHECK: ldrsh wzr, [sp, #2] // encoding: [0xff,0x07,0xc0,0x79]
2391 // CHECK: ldrsh x29, [x2, #2] // encoding: [0x5d,0x04,0x80,0x79]
2420 ldrsh x15, [x5, #:lo12:sym]
2428 // CHECK: ldrsh x15, [x5, #:lo12:sym] // encoding: [0xaf'A',A,0x80'A',0x79'A']
2512 ldrsh w3, [sp, x5]
2513 ldrsh w9, [x27, x6, lsl #0]
2517 ldrsh x13, [x27, x5, sxtx #1]
2520 ldrsh w16, [x24, w8, uxtw #1]
2524 // CHECK: ldrsh w3, [sp, x5] // encoding: [0xe3,0x6b,0xe5,0x78]
2525 // CHECK: ldrsh w9, [x27, x6] // encoding: [0x69,0x6b,0xe6,0x78]
2529 // CHECK: ldrsh x13, [x27, x5, sxtx #1] // encoding: [0x6d,0xfb,0xa5,0x78]
2532 // CHECK: ldrsh w16, [x24, w8, uxtw #1] // encoding: [0x10,0x5b,0xe8,0x78]
2673 ldrsh xzr, [x9], #255
2674 ldrsh x2, [x3], #1
2675 ldrsh x19, [x12], #-256
2682 // CHECK: ldrsh xzr, [x9], #255 // encoding: [0x3f,0xf5,0x8f,0x78]
2683 // CHECK: ldrsh x2, [x3], #1 // encoding: [0x62,0x14,0x80,0x78]
2684 // CHECK: ldrsh x19, [x12], #-256 // encoding: [0x93,0x05,0x90,0x78]
2692 ldrsh wzr, [x9], #255
2693 ldrsh w2, [x3], #1
2694 ldrsh w19, [x12], #-256
2698 // CHECK: ldrsh wzr, [x9], #255 // encoding: [0x3f,0xf5,0xcf,0x78]
2699 // CHECK: ldrsh w2, [x3], #1 // encoding: [0x62,0x14,0xc0,0x78]
2700 // CHECK: ldrsh w19, [x12], #-256 // encoding: [0x93,0x05,0xd0,0x78]
2829 ldrsh xzr, [x9, #255]!
2830 ldrsh x2, [x3, #1]!
2831 ldrsh x19, [x12, #-256]!
2838 // CHECK: ldrsh xzr, [x9, #255]! // encoding: [0x3f,0xfd,0x8f,0x78]
2839 // CHECK: ldrsh x2, [x3, #1]! // encoding: [0x62,0x1c,0x80,0x78]
2840 // CHECK: ldrsh x19, [x12, #-256]! // encoding: [0x93,0x0d,0x90,0x78]
2848 ldrsh wzr, [x9, #255]!
2849 ldrsh w2, [x3, #1]!
2850 ldrsh w19, [x12, #-256]!
2854 // CHECK: ldrsh wzr, [x9, #255]! // encoding: [0x3f,0xfd,0xcf,0x78]
2855 // CHECK: ldrsh w2, [x3, #1]! // encoding: [0x62,0x1c,0xc0,0x78]
2856 // CHECK: ldrsh w19, [x12, #-256]! // encoding: [0x93,0x0d,0xd0,0x78]