Home | History | Annotate | Download | only in AArch64

Lines Matching refs:ldrsh

2402         ldrsh w23, [x6, #8190]
2403 ldrsh wzr, [sp, #2]
2404 ldrsh x29, [x2, #2]
2406 // CHECK: ldrsh w23, [x6, #8190] // encoding: [0xd7,0xfc,0xff,0x79]
2407 // CHECK: ldrsh wzr, [sp, #2] // encoding: [0xff,0x07,0xc0,0x79]
2408 // CHECK: ldrsh x29, [x2, #2] // encoding: [0x5d,0x04,0x80,0x79]
2437 ldrsh x15, [x5, #:lo12:sym]
2446 // CHECK: ldrsh x15, [x5, :lo12:sym] // encoding: [0xaf,0bAAAAAA00,0b10AAAAAA,0x79]
2530 ldrsh w3, [sp, x5]
2531 ldrsh w9, [x27, x6, lsl #0]
2535 ldrsh x13, [x27, x5, sxtx #1]
2538 ldrsh w16, [x24, w8, uxtw #1]
2542 // CHECK: ldrsh w3, [sp, x5] // encoding: [0xe3,0x6b,0xe5,0x78]
2543 // CHECK: ldrsh w9, [x27, x6] // encoding: [0x69,0x6b,0xe6,0x78]
2547 // CHECK: ldrsh x13, [x27, x5, sxtx #1] // encoding: [0x6d,0xfb,0xa5,0x78]
2550 // CHECK: ldrsh w16, [x24, w8, uxtw #1] // encoding: [0x10,0x5b,0xe8,0x78]
2691 ldrsh xzr, [x9], #255
2692 ldrsh x2, [x3], #1
2693 ldrsh x19, [x12], #-256
2700 // CHECK: ldrsh xzr, [x9], #255 // encoding: [0x3f,0xf5,0x8f,0x78]
2701 // CHECK: ldrsh x2, [x3], #1 // encoding: [0x62,0x14,0x80,0x78]
2702 // CHECK: ldrsh x19, [x12], #-256 // encoding: [0x93,0x05,0x90,0x78]
2710 ldrsh wzr, [x9], #255
2711 ldrsh w2, [x3], #1
2712 ldrsh w19, [x12], #-256
2716 // CHECK: ldrsh wzr, [x9], #255 // encoding: [0x3f,0xf5,0xcf,0x78]
2717 // CHECK: ldrsh w2, [x3], #1 // encoding: [0x62,0x14,0xc0,0x78]
2718 // CHECK: ldrsh w19, [x12], #-256 // encoding: [0x93,0x05,0xd0,0x78]
2847 ldrsh xzr, [x9, #255]!
2848 ldrsh x2, [x3, #1]!
2849 ldrsh x19, [x12, #-256]!
2856 // CHECK: ldrsh xzr, [x9, #255]! // encoding: [0x3f,0xfd,0x8f,0x78]
2857 // CHECK: ldrsh x2, [x3, #1]! // encoding: [0x62,0x1c,0x80,0x78]
2858 // CHECK: ldrsh x19, [x12, #-256]! // encoding: [0x93,0x0d,0x90,0x78]
2866 ldrsh wzr, [x9, #255]!
2867 ldrsh w2, [x3, #1]!
2868 ldrsh w19, [x12, #-256]!
2872 // CHECK: ldrsh wzr, [x9, #255]! // encoding: [0x3f,0xfd,0xcf,0x78]
2873 // CHECK: ldrsh w2, [x3, #1]! // encoding: [0x62,0x1c,0xc0,0x78]
2874 // CHECK: ldrsh w19, [x12, #-256]! // encoding: [0x93,0x0d,0xd0,0x78]