| /src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| testutils.inc | 5 stp x29, x30, [sp,#-32]! 8 mov x29, sp 10 add x1, x29, #0x10 11 str x4, [x29,#16] 12 str x7, [x29,#24] 22 stp x29, x30, [sp,#-48]! 25 mov x29, sp 26 str x0, [x29,#24] 27 str x1, [x29,#32] 28 str x2, [x29,#40 [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/ |
| testutils.inc | 5 stp x29, x30, [sp,#-32]! 8 mov x29, sp 10 add x1, x29, #0x10 11 str x4, [x29,#16] 12 str x7, [x29,#24] 22 stp x29, x30, [sp,#-48]! 25 mov x29, sp 26 str x0, [x29,#24] 27 str x1, [x29,#32] 28 str x2, [x29,#40 [all...] |
| /src/common/lib/libc/arch/aarch64/string/ |
| strcat.S | 40 stp x29, x30, [sp, #-32]! /* save fp, lr */ 41 mov x29, sp /* init fp */ 42 stp x27, x28, [x29, #16] /* save registers */ 54 ldp x27, x28, [x29, #16] /* save registers */ 55 ldp x29, x30, [sp], #32 /* save fp, lr; pop stack */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| aarch64-pseudo-unwind-asm.S | 30 - push fp (x29) and lr (x30) to the stack. 33 stp x29, x30, [sp, -16]! 37 mov x29, sp 53 - pop fp (x29) and lr (x30) from the stack */ 54 ldp x29, x30, [sp], 16 63 stp x29, x30, [sp, -16]! 65 .cfi_offset x29, -16 67 add x29, sp, 0 80 ldp x29, x30, [sp], 16
|
| aarch64-unwind-pc.S | 23 stp x29, x30, [sp, -16]! 25 .cfi_offset x29, 0 28 ldp x29, x30, [sp], 16 29 .cfi_restore x29
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| aarch64-pseudo-unwind-asm.S | 30 - push fp (x29) and lr (x30) to the stack. 33 stp x29, x30, [sp, -16]! 37 mov x29, sp 53 - pop fp (x29) and lr (x30) from the stack */ 54 ldp x29, x30, [sp], 16 63 stp x29, x30, [sp, -16]! 65 .cfi_offset x29, -16 67 add x29, sp, 0 80 ldp x29, x30, [sp], 16
|
| aarch64-unwind-pc.S | 23 stp x29, x30, [sp, -16]! 25 .cfi_offset x29, 0 28 ldp x29, x30, [sp], 16 29 .cfi_restore x29
|
| /src/external/gpl3/gcc/dist/libgcc/config/aarch64/ |
| __arm_za_disable.S | 29 - x0-x13, x19-x29, sp and fp regs are call preserved. 50 stp x29, x30, [sp, -16]! 52 .cfi_rel_offset x29, 0 54 mov x29, sp 58 ldp x29, x30, [sp], 16 60 .cfi_restore x29
|
| __arm_tpidr2_restore.S | 30 - x0-x13, x19-x29, sp and fp regs are call preserved. 79 stp x29, x30, [sp, -32]! 81 .cfi_rel_offset x29, 0 83 mov x29, sp
|
| /src/lib/libc/arch/aarch64/sys/ |
| ptrace.S | 36 stp x29, x30, [sp, #32] 37 add x29, sp, #32 47 ldp x29, x30, [sp, #32]
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_rtl_aarch64.S | 21 stp x29, x30, [sp, -32]! 27 add x29, sp, 0 35 add x0, x29, 32 45 ldp x29, x30, [sp], 32 71 stp x29, x30, [sp, -32]! 77 add x29, sp, 0 85 add x0, x29, 32 95 ldp x29, x30, [sp], 32 121 stp x29, x30, [sp, -32]! 127 add x29, sp, [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
| aarch64.inc | 3 stp x29, x30, [sp,#-32]! 4 mov x29, sp 9 ldp x29, x30, [sp],#32
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/ |
| aarch64.inc | 3 stp x29, x30, [sp,#-32]! 4 mov x29, sp 9 ldp x29, x30, [sp],#32
|
| /src/lib/libc/arch/aarch64/gen/ |
| swapcontext.S | 43 stp x29, x30, [sp, #16] /* save FP & LR */ 44 add x29, sp, #16 /* new FP */ 51 ldp x29, x30, [sp, #16] /* restore FP & LR */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl_aarch64.S | 58 stp x29, x30, [sp, -336]! 62 add x29, sp, 0 64 add x0, x29, 24 81 ldr x1, [x29, 128] 85 ldp x29, x30, [sp], 336 102 stp x29, x30, [sp, -32]! 108 add x29, sp, 0 120 add x0, x29, 32 125 add x0, x29, 32 135 ldp x29, x30, [sp], 3 [all...] |
| /src/sys/external/bsd/drm2/include/video/ |
| mipi_display.h | 50 #define MIPI_DSI_GENERIC_LONG_WRITE 0x29
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_rtl_aarch64.S | 43 stp x29, x30, [sp, -32]! 49 add x29, sp, 0 57 add x0, x29, 32 67 ldp x29, x30, [sp], 32 94 stp x29, x30, [sp, -32]! 100 add x29, sp, 0 108 add x0, x29, 32 118 ldp x29, x30, [sp], 32 145 stp x29, x30, [sp, -32]! 151 add x29, sp, [all...] |
| /src/sys/arch/aarch64/include/ |
| asm.h | 21 #define fp x29
|
| /src/share/locale/ctype/charset/ |
| Latin-2 | 10 ALPHA 0x21 0x23 0x25 - 0x26 0x29 - 0x2c 0x2e - 0x2f 21 UPPER 0x21 0x23 0x25 - 0x26 0x29 - 0x2c 0x2e - 0x2f 30 MAPLOWER < 0x29 - 0x2c : 0x39 > 45 MAPUPPER < 0x29 - 0x2c : 0x29 > 50 MAPUPPER < 0x39 - 0x3c : 0x29 >
|
| Latin-3 | 12 ALPHA 0x21 0x26 0x29 - 0x2c 0x2f 23 UPPER 0x21 0x26 0x29 - 0x2c 0x2f 34 MAPLOWER < 0x29 - 0x2c : 0x39 > 51 MAPUPPER < 0x29 - 0x2c : 0x29 > 55 MAPUPPER < 0x39 - 0x3c : 0x29 >
|
| Latin-4 | 10 ALPHA 0x21 0x22 0x23 0x25 - 0x26 0x29 - 0x2c 0x2e 20 UPPER 0x21 0x23 0x25 - 0x26 0x29 - 0x2c 0x2e 0x3d 29 MAPLOWER < 0x29 - 0x2c : 0x39 > 46 MAPUPPER < 0x29 - 0x2c : 0x29 > 51 MAPUPPER < 0x39 - 0x3c : 0x29 >
|
| /src/sys/arch/aarch64/aarch64/ |
| idle_machdep.S | 68 stp x29, x30, [sp, #TF_X29] /* save x29,x30 */ 70 add x29, sp, #TF_X29 /* link frame for backtrace */ 118 ldp x29, x30, [sp, #TF_X29] /* restore x29,x30 */
|
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
| crt0-efi-aarch64.S | 116 stp x29, x30, [sp, #-32]! 117 mov x29, sp 131 0: ldp x29, x30, [sp], #32
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv32/ |
| aes-riscv32-zkn.S | 650 li x29,1 651 xor x13,x13,x29 652 srli x29,x28,8 654 or x29,x29,x30 673 li x29,2 674 xor x13,x13,x29 675 srli x29,x28,8 677 or x29,x29,x3 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| i386-asm.h | 146 .byte 0xc5, 0x78, 0x29, 0x78, 0xd0; /* vmovaps %xmm15,-0x30(%rax) */ \ 147 .byte 0xc5, 0x78, 0x29, 0x70, 0xe0; /* vmovaps %xmm14,-0x20(%rax) */ \ 148 .byte 0xc5, 0x78, 0x29, 0x68, 0xf0; /* vmovaps %xmm13,-0x10(%rax) */ \ 149 .byte 0xc5, 0x78, 0x29, 0x20; /* vmovaps %xmm12, (%rax) */ \ 150 .byte 0xc5, 0x78, 0x29, 0x58, 0x10; /* vmovaps %xmm11, 0x10(%rax) */ \ 151 .byte 0xc5, 0x78, 0x29, 0x50, 0x20; /* vmovaps %xmm10, 0x20(%rax) */ \ 152 .byte 0xc5, 0x78, 0x29, 0x48, 0x30; /* vmovaps %xmm9, 0x30(%rax) */ \ 153 .byte 0xc5, 0x78, 0x29, 0x40, 0x40; /* vmovaps %xmm8, 0x40(%rax) */ \ 154 .byte 0xc5, 0xf8, 0x29, 0x78, 0x50; /* vmovaps %xmm7, 0x50(%rax) */ \ 155 .byte 0xc5, 0xf8, 0x29, 0x70, 0x60; /* vmovaps %xmm6, 0x60(%rax) * [all...] |