/external/llvm/test/MC/AArch64/ |
elf-reloc-movw.s | 19 movz x19, #:abs_g1_s:some_label 20 movn x19, #:abs_g1_s:some_label 22 movz x19, #:abs_g2_s:some_label 23 movn x19, #:abs_g2_s:some_label
|
/external/boringssl/linux-aarch64/crypto/sha/ |
sha512-armv8.S | 14 stp x19,x20,[sp,#16] 31 ldr x19,[x30],#8 // *K++ 38 add x27,x27,x19 // h+=K[i] 41 bic x19,x26,x24 43 orr x17,x17,x19 // Ch(e,f,g) 44 eor x19,x20,x21 // a^b, b^c in next round 50 and x28,x28,x19 // (b^c)&=(a^b) 55 ldr x28,[x30],#8 // *K++, x19 in next round 75 and x19,x19,x28 // (b^c)&=(a^b [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_aarch64.S | 21 str x19, [sp, 16] 23 mov x19, x0 36 mov x0, x19 37 ldr x19, [sp, 16] 69 str x19, [sp, 16] 71 mov x19, x0 84 mov x0, x19 85 ldr x19, [sp, 16] 117 stp x19, x20, [sp, 16] 121 mov x19, x [all...] |
/external/llvm/test/MC/Mips/msa/ |
test_elm_insert.s | 4 # CHECK: insert.h $w20[2], $5 # encoding: [0x79,0x22,0x2d,0x19] 5 # CHECK: insert.w $w8[2], $15 # encoding: [0x79,0x32,0x7a,0x19]
|
test_ctrlregs.s | 9 #CHECK: cfcmsa $4, $3 # encoding: [0x78,0x7e,0x19,0x19] 10 #CHECK: cfcmsa $4, $3 # encoding: [0x78,0x7e,0x19,0x19] 17 #CHECK: cfcmsa $8, $7 # encoding: [0x78,0x7e,0x3a,0x19] 18 #CHECK: cfcmsa $8, $7 # encoding: [0x78,0x7e,0x3a,0x19] 20 #CHECK: ctcmsa $0, $1 # encoding: [0x78,0x3e,0x08,0x19] 21 #CHECK: ctcmsa $0, $1 # encoding: [0x78,0x3e,0x08,0x19] 28 #CHECK: ctcmsa $4, $5 # encoding: [0x78,0x3e,0x29,0x19] 29 #CHECK: ctcmsa $4, $5 # encoding: [0x78,0x3e,0x29,0x19] [all...] |
test_elm.s | 7 copy_u.h $20, $w4[0] # CHECK: copy_u.h $20, $w4[0] # encoding: [0x78,0xe0,0x25,0x19] 8 sldi.b $w0, $w29[4] # CHECK: sldi.b $w0, $w29[4] # encoding: [0x78,0x04,0xe8,0x19] 9 sldi.h $w8, $w17[0] # CHECK: sldi.h $w8, $w17[0] # encoding: [0x78,0x20,0x8a,0x19] 10 sldi.w $w20, $w27[2] # CHECK: sldi.w $w20, $w27[2] # encoding: [0x78,0x32,0xdd,0x19] 11 sldi.d $w4, $w12[0] # CHECK: sldi.d $w4, $w12[0] # encoding: [0x78,0x38,0x61,0x19] 13 splati.h $w24, $w28[1] # CHECK: splati.h $w24, $w28[1] # encoding: [0x78,0x61,0xe6,0x19] 15 splati.d $w28, $w1[0] # CHECK: splati.d $w28, $w1[0] # encoding: [0x78,0x78,0x0f,0x19]
|
test_elm_insve.s | 4 # CHECK: insve.h $w24[2], $w2[0] # encoding: [0x79,0x62,0x16,0x19] 5 # CHECK: insve.w $w0[2], $w13[0] # encoding: [0x79,0x72,0x68,0x19]
|
/external/llvm/test/MC/PowerPC/ |
dcbt.s | 6 # SERVER: dcbtst 2, 3, 10 # encoding: [0x7d,0x42,0x19,0xec] 11 # EMBEDDED: dcbtst 10, 2, 3 # encoding: [0x7d,0x42,0x19,0xec]
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
cuda.h | 25 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cuda.h | 25 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_arm64.S | 22 * Called from standard ARM EABI, where x19-x29 are callee-save, so they 27 stp x19, x20, [sp, #-16]! 35 mov x19, x0 40 blr x19 47 ldp x19, x20, [sp], #16
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_arm64.S | 22 * Called from standard ARM EABI, where x19-x29 are callee-save, so they 27 stp x19, x20, [sp, #-16]! 35 mov x19, x0 40 blr x19 47 ldp x19, x20, [sp], #16
|
/bionic/libc/kernel/uapi/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/development/ndk/platforms/android-21/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/external/kernel-headers/original/uapi/linux/ |
cuda.h | 28 #define CUDA_SET_DEVICE_LIST 0x19
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
ValueType.java | 44 public static final int FIELD = 0x19;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/ |
cuda.h | 41 #define CUDA_SET_DEVICE_LIST 0x19
|