HomeSort by relevance Sort by last modified time
    Searched refs:w5 (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/llvm/test/MC/AArch64/
cyclone-crc.s 3 crc32b w0, w1, w5
4 crc32h w3, w5, w6
6 crc32x w3, w5, x20
8 CHECK: crc32b w0, w1, w5
10 CHECK: crc32h w3, w5, w6
14 CHECK: crc32x w3, w5, x20
16 crc32cb w5, w10, w15
17 crc32ch w3, w5, w7
21 CHECK: crc32cb w5, w10, w15
23 CHECK: crc32ch w3, w5, w
    [all...]
arm64-basic-a64-instructions.s 3 crc32b w5, w7, w20
7 crc32cb w9, w5, w4
9 crc32cw wzr, w3, w5
11 // CHECK: crc32b w5, w7, w20 // encoding: [0xe5,0x40,0xd4,0x1a]
15 // CHECK: crc32cb w9, w5, w4 // encoding: [0xa9,0x50,0xc4,0x1a]
17 // CHECK: crc32cw wzr, w3, w5 // encoding: [0x7f,0x58,0xc5,0x1a]
arm64-diagno-predicate.s 20 crc32b w5, w7, w20
22 // CHECK-ERROR-NEXT: crc32b w5, w7, w20
arm64-large-relocs.s 15 movk w5, #:abs_g1_nc:sym
18 // CHECK: movk w5, #:abs_g1_nc:sym // encoding: [0bAAA00101,A,0b101AAAAA,0x72]
dot-req-case-insensitive.s 9 OBJECT .req w5
18 // CHECK: mov w4, w5
basic-a64-instructions.s 18 add x2, x4, w5, uxtb
26 // CHECK: add x2, x4, w5, uxtb // encoding: [0x82,0x00,0x25,0x8b]
36 add w2, w5, w7, uxtb
40 add w2, w5, w1, sxtb
43 add w2, w3, w5, sxtx
44 // CHECK: add w2, w5, w7, uxtb // encoding: [0xa2,0x00,0x27,0x0b]
48 // CHECK: add w2, w5, w1, sxtb // encoding: [0xa2,0x80,0x21,0x0b]
51 // CHECK: add w2, w3, w5, sxtx // encoding: [0x62,0xe0,0x25,0x0b]
54 add x2, x3, w5, sxtb #0
58 // CHECK: add x2, x3, w5, sxtb // encoding: [0x62,0x80,0x25,0x8b
    [all...]
  /system/core/libpixelflinger/arch-arm64/
col32cb16blend.S 51 lsr w5, w1, #24 // shift down alpha
53 add w5, w5, w5, lsr #7 // add in top bit
55 sub w5, w4, w5 // invert alpha
71 madd w6, w6, w5, w10 // dest red * alpha + src red
72 madd w7, w7, w5, w12 // dest green * alpha + src green
73 madd w8, w8, w5, w4 // dest blue * alpha + src blue
t32cb16blend.S 148 // w5: s1
178 ldp w4,w5, [x1], #8
181 orr w3, w4, w5
188 pixel w3, w5, w12, 1
193 csel w4, w5, w4, lt
195 ldp w4,w5, [x1], #8
197 orr w3, w4, w5
201 pixel w3, w5, w12, 1
206 mov w4, w5
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Scripts/uefi-aarch64-bootstrap/
boot.S 145 mov w5, #0x10 // ibrd
146 str w5, [x4, #0x24]
147 mov w5, #0xc300
148 orr w5, w5, #0x0001 // cr
149 str w5, [x4, #0x30]
  /external/libavc/common/armv8/
ih264_intra_pred_luma_4x4_av8.s 268 ands w5, w4, #0x01
273 ldrb w5, [x10], #-1
276 add w5, w5, w6
278 add w5, w5, w7
280 add w5, w5, w8
286 add w5, w5, w
    [all...]
ih264_intra_pred_luma_8x8_av8.s 201 ldrb w5, [x0], #-1
203 dup v0.8b, w5
212 ldrb w5, [x0], #-1
214 dup v0.8b, w5
302 ldrb w5, [x10], -1
305 add w5, w5, w6
307 add w5, w5, w7
309 add w5, w5, w
    [all...]
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_420p.s 95 LDR w5, [sp,#88] ////Load u2_dest_stridey
96 sxtw x5,w5
102 LDR w5, [sp,#112] ////Load disable_luma_copy flag
103 sxtw x5,w5
143 LDR w5, [sp,#96] ////Load u2_dest_strideuv
144 sxtw x5,w5
ihevcd_fmt_conv_420sp_to_420sp.s 97 LDR w5, [sp,#80] ////Load u2_dest_stridey
98 sxtw x5,w5
153 LDR w5, [sp,#88] ////Load u2_dest_stridechroma
154 sxtw x5,w5
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_mips.c 26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local
76 "lhu %[w5], 16(%[out2_pos2]) \n\t"
81 "dpa.w.ph $ac0, %[w5], %[coef5] \n\t"
122 [w5] "=&r" (w5), [input1] "+r" (input1), [out2_pos2] "+r" (out2_pos2),
  /external/vixl/examples/aarch64/
add2-vectors.cc 71 __ Ldrb(w5, MemOperand(x0));
73 __ Add(w5, w5, w6);
74 __ Strb(w5, MemOperand(x0, 1, PostIndex));
  /external/tcpdump/
print-tipc.c 129 uint32_t w5; member in struct:internal_tipc_pkthdr
141 #define TIPC_SESS_NO(w5) (((w5) >> 16) & 0xFFFF)
151 uint32_t w5; member in struct:link_conf_tipc_pkthdr
156 #define TIPC_MEDIA_ID(w5) (((w5) >> 0) & 0xFF)
226 uint32_t w0, w1, w2, w4, w5, w9; local
273 w5 = EXTRACT_32BITS(&ap->w5);
274 sess_no = TIPC_SESS_NO(w5);
294 uint32_t w0, w1, w5; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
msa.s 7 sll.h $w3,$w4,$w5
21 sra.d $w5,$w6,$w7
34 srli.b $w4,$w5,0
48 bclri.h $w4,$w5,0
62 bseti.w $w4,$w5,0
76 bnegi.d $w4,$w5,0
90 binsr.b $w4,$w5,$w6
103 addv.h $w3,$w4,$w5
117 subv.d $w5,$w6,$w7
130 maxi_s.b $w4,$w5,-1
    [all...]
  /external/llvm/test/MC/Mips/msa/
test_3r.s 12 # CHECK: adds_s.h $w5, $w23, $w26 # encoding: [0x79,0x3a,0xb9,0x50]
31 # CHECK: ave_s.b $w2, $w5, $w1 # encoding: [0x7a,0x01,0x28,0x90]
33 # CHECK: ave_s.w $w17, $w31, $w5 # encoding: [0x7a,0x45,0xfc,0x50]
51 # CHECK: binsl.b $w5, $w16, $w24 # encoding: [0x7b,0x18,0x81,0x4d]
52 # CHECK: binsl.h $w30, $w5, $w10 # encoding: [0x7b,0x2a,0x2f,0x8d]
63 # CHECK: bset.b $w31, $w5, $w31 # encoding: [0x7a,0x1f,0x2f,0xcd]
66 # CHECK: bset.d $w5, $w22, $w5 # encoding: [0x7a,0x65,0xb1,0x4d]
69 # CHECK: ceq.w $w9, $w5, $w14 # encoding: [0x78,0x4e,0x2a,0x4f]
70 # CHECK: ceq.d $w5, $w17, $w0 # encoding: [0x78,0x60,0x89,0x4f
    [all...]
invalid-64.s 51 srari.b $w5, $w25, -1 # CHECK: :[[@LINE]]:24: error: expected 3-bit unsigned immediate
52 srari.b $w5, $w25, 8 # CHECK: :[[@LINE]]:24: error: expected 3-bit unsigned immediate
53 srari.h $w5, $w25, -1 # CHECK: :[[@LINE]]:24: error: expected 4-bit unsigned immediate
54 srari.h $w5, $w25, 16 # CHECK: :[[@LINE]]:24: error: expected 4-bit unsigned immediate
55 srari.w $w5, $w25, -1 # CHECK: :[[@LINE]]:24: error: expected 5-bit unsigned immediate
56 srari.w $w5, $w25, 32 # CHECK: :[[@LINE]]:24: error: expected 5-bit unsigned immediate
57 srari.d $w5, $w25, -1 # CHECK: :[[@LINE]]:24: error: expected 6-bit unsigned immediate
58 srari.d $w5, $w25, 64 # CHECK: :[[@LINE]]:24: error: expected 6-bit unsigned immediate
test_2rf.s 8 # CHECK: fexupr.d $w5, $w2 # encoding: [0x7b,0x33,0x11,0x5e]
27 # CHECK: ftint_s.w $w30, $w5 # encoding: [0x7b,0x38,0x2f,0x9e]
28 # CHECK: ftint_s.d $w5, $w23 # encoding: [0x7b,0x39,0xb9,0x5e]
34 # CHECK: ftrunc_u.d $w5, $w27 # encoding: [0x7b,0x25,0xd9,0x5e]
41 fexupr.d $w5, $w2
60 ftint_s.w $w30, $w5
61 ftint_s.d $w5, $w23
67 ftrunc_u.d $w5, $w27
  /external/openssh/
blocks.c 57 M(w4 ,w2 ,w13,w5 ) \
58 M(w5 ,w3 ,w14,w6 ) \
60 M(w7 ,w5 ,w0 ,w8 ) \
65 M(w12,w10,w5 ,w13) \
111 uint64 w5 = load_bigendian(in + 40); local
128 F(w5 ,0x59f111f1b605d019ULL)
147 F(w5 ,0x4a7484aa6ea6e483ULL)
166 F(w5 ,0x766a0abb3c77b2a8ULL)
185 F(w5 ,0x4ed8aa4ae3418acbULL)
204 F(w5 ,0x0a637dc5a2c898a6ULL
    [all...]
  /external/boringssl/linux-aarch64/crypto/sha/
sha1-armv8.S 66 add w22,w22,w5 // future e+=X[i]
219 eor w3,w3,w5
245 eor w5,w5,w7
249 eor w5,w5,w13
253 eor w5,w5,w19
257 ror w5,w5,#3
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
cache_helpers.S 123 clz w5, w4 // bit position of way size increment
124 lsl w9, w4, w5 // w9 = aligned max way number
125 lsl w16, w8, w5 // w16 = way number loop decrement
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-group.d 59 0+809f <w5> ldx #0x0+ <__bss_size>
60 0+80a2 <w5\+0x3> bset 0x0,x, #0x05
61 0+80a5 <w5\+0x6> jmp 0x0+8000 <_start>
62 0+80a8 <w5\+0x9> rts
  /external/boringssl/linux-aarch64/crypto/chacha/
chacha-armv8.S 66 mov w5,w22 // unpack key block
87 add w5,w5,w9
91 eor w17,w17,w5
111 add w5,w5,w9
115 eor w17,w17,w5
135 add w5,w5,w10
139 eor w21,w21,w5
    [all...]

Completed in 765 milliseconds

1 2 3 4 5 6