HomeSort by relevance Sort by last modified time
    Searched full:x19 (Results 1 - 25 of 2440) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/dwarf/dwarf.dir/
z19.go 2 //line x19.go:4
  /prebuilts/go/linux-x86/test/dwarf/dwarf.dir/
z19.go 2 //line x19.go:4
  /hardware/ti/omap3/omx/core_plugin/
01_Vendor_ti_omx.cfg 1 (0xa054369c,0x22c5,0x412e,0x19,0x17,0x87,0x4c,0x1a,0x19,0xd4,0x5f),"libVendor_ti_omx.so"
  /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/llvm/test/Assembler/
invalid-inline-constraint.ll 7 call void asm sideeffect "mov x0, #42","=~{x0},~{x19},mov |0,{x19},mov x0, #4~x{21}"()ounwi #4~x{21}"()ounwindret
inline-asm-clobber.ll 8 call void asm sideeffect "mov x0, #42", "~{x0},~{x19},~x{21}"() nounwind
  /external/llvm/test/MC/Disassembler/Mips/msa/
test_elm.txt 7 0x78 0xe0 0x25 0x19 # CHECK: copy_u.h $20, $w4[0]
8 0x78 0x04 0xe8 0x19 # CHECK: sldi.b $w0, $w29[4]
9 0x78 0x20 0x8a 0x19 # CHECK: sldi.h $w8, $w17[0]
10 0x78 0x32 0xdd 0x19 # CHECK: sldi.w $w20, $w27[2]
11 0x78 0x38 0x61 0x19 # CHECK: sldi.d $w4, $w12[0]
13 0x78 0x61 0xe6 0x19 # CHECK: splati.h $w24, $w28[1]
15 0x78 0x78 0x0f 0x19 # CHECK: splati.d $w28, $w1[0]
test_elm_insert.txt 4 0x79 0x22 0x2d 0x19 # CHECK: insert.h $w20[2], $5
5 0x79 0x32 0x7a 0x19 # CHECK: insert.w $w8[2], $15
test_elm_insve.txt 4 0x79 0x62 0x16 0x19 # CHECK: insve.h $w24[2], $w2[0]
5 0x79 0x72 0x68 0x19 # CHECK: insve.w $w0[2], $w13[0]
test_ctrlregs.txt 9 0x78 0x7e 0x19 0x19 # CHECK: cfcmsa $4, $3
10 0x78 0x7e 0x19 0x19 # CHECK: cfcmsa $4, $3
17 0x78 0x7e 0x3a 0x19 # CHECK: cfcmsa $8, $7
18 0x78 0x7e 0x3a 0x19 # CHECK: cfcmsa $8, $7
20 0x78 0x3e 0x08 0x19 # CHECK: ctcmsa $0, $1
21 0x78 0x3e 0x08 0x19 # CHECK: ctcmsa $0, $1
28 0x78 0x3e 0x29 0x19 # CHECK: ctcmsa $4, $5
29 0x78 0x3e 0x29 0x19 # CHECK: ctcmsa $4, $
    [all...]
  /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
  /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_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/boringssl/linux-aarch64/crypto/bn/
armv8-mont.S 15 stp x19,x20,[sp,#16]
86 adc x19,xzr,xzr // upmost overflow bit
147 adcs x13,x17,x19
148 adc x19,xzr,xzr
155 adc x19,x19,xzr // upmost overflow bit
178 sbcs x19,x19,xzr // did it borrow?
199 ldp x19,x20,[x29,#16]
215 stp x19,x20,[sp,#16
    [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...]
  /frameworks/compile/mclinker/unittests/
test 8 0x18, 0x01, 0x19, 0x01,
  /external/llvm/test/MC/Disassembler/PowerPC/
dcbt.txt 10 0x7c 0x02 0x19 0xec
18 0x7d 0x42 0x19 0xec
  /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]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
eh-frame-bar.s 4 .cfi_offset x19, 16
21 ldp x19, x20, [x0, #16]
  /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/libhevc/decoder/arm64/
ihevcd_itrans_recon_dc_chroma.s 63 stp x19, x20,[sp,#-16]!
74 mov x19,#32767
75 cmp x20,x19
80 mov x19,#-32768
81 cmp x20,x19
82 csel x8, x19, x20, lt
87 mov x19,#32767
88 cmp x20,x19
93 mov x19,#-32768
94 cmp x20,x19
    [all...]
ihevcd_itrans_recon_dc_luma.s 63 stp x19, x20,[sp,#-16]!
73 mov x19, #32767
74 cmp x20,x19
79 mov x19,#-32768
80 cmp x20,x19
81 csel x8, x19, x20, lt
86 mov x19,#32767
87 cmp x20,x19
92 mov x19,#-32768
93 cmp x20,x19
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-alloca-frame-pointer-offset.ll 4 ; CHECK: ldr w[[REG:[0-9]+]], [x19, #264]
5 ; CHECK: str w[[REG]], [x19, #132]
6 ; CHECK: ldr w{{[0-9]+}}, [x19, #264]

Completed in 370 milliseconds

1 2 3 4 5 6 7 8 91011>>