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

1 2 3 4

  /external/llvm/test/MC/AArch64/
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...]
arm64-memory.s 8 ldr w5, [x4, #20]
17 ldrb w5, [x4, #20]
43 ; CHECK: ldr w5, [x4, #20] ; encoding: [0x85,0x14,0x40,0xb9]
52 ; CHECK: ldrb w5, [x4, #20] ; encoding: [0x85,0x50,0x40,0x39]
83 str w5, [x4, #20]
90 strb w5, [x4, #20]
95 ; CHECK: str w5, [x4, #20] ; encoding: [0x85,0x14,0x00,0xb9]
102 ; CHECK: strb w5, [x4, #20] ; encoding: [0x85,0x50,0x00,0x39]
143 stur w5, [x4, #20]
150 sturb w5, [x4, #20
    [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
  /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/chromium_org/third_party/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/chromium_org/ash/wm/
mru_window_tracker_unittest.cc 58 scoped_ptr<aura::Window> w5(CreateWindow());
61 wm::ActivateWindow(w5.get());
69 wm::GetWindowState(w5.get())->Minimize();
80 EXPECT_EQ(w5.get(), window_list[5]);
  /external/tcpdump/
print-tipc.c 135 u_int32_t w5; member in struct:internal_tipc_pkthdr
147 #define TIPC_SESS_NO(w5) (((w5) >> 16) & 0xFFFF)
157 u_int32_t w5; member in struct:link_conf_tipc_pkthdr
162 #define TIPC_MEDIA_ID(w5) (((w5) >> 0) & 0xFF)
232 u_int32_t w0, w1, w2, w4, w5, w9; local
279 w5 = EXTRACT_32BITS(&ap->w5);
280 sess_no = TIPC_SESS_NO(w5);
300 u_int32_t w0, w1, w5; local
    [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...]
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
test_elm.s 5 # CHECK: copy_s.w $22, $w5[1] # encoding: [0x78,0xb1,0x2d,0x99]
21 copy_s.w $22, $w5[1]
test_3rf.s 19 # CHECK: fcule.w $w17, $w5, $w3 # encoding: [0x79,0xc3,0x2c,0x5a]
47 # CHECK: fsaf.w $w25, $w5, $w10 # encoding: [0x7a,0x0a,0x2e,0x5a]
53 # CHECK: fslt.w $w12, $w5, $w6 # encoding: [0x7b,0x06,0x2b,0x1a]
72 # CHECK: ftq.w $w5, $w5, $w25 # encoding: [0x7a,0xb9,0x29,0x5b]
102 fcule.w $w17, $w5, $w3
130 fsaf.w $w25, $w5, $w10
136 fslt.w $w12, $w5, $w6
155 ftq.w $w5, $w5, $w2
    [all...]
test_mi10.s 9 # CHECK: ld.h $w5, 0($6) # encoding: [0x78,0x00,0x31,0x61]
36 ld.h $w5, 0($6)
  /external/openssl/crypto/sha/asm/
sha1-armv8.S 63 add w22,w22,w5 // future e+=X[i]
216 eor w3,w3,w5
242 eor w5,w5,w7
246 eor w5,w5,w13
250 eor w5,w5,w19
254 ror w5,w5,#3
    [all...]
sha256-armv8.S 64 ldp w5,w6,[x1],#2*4
87 rev w5,w5 // 2
95 add w25,w25,w5 // h+=X[i]
449 ror w10,w5,#7
456 eor w10,w10,w5,ror#18
464 eor w10,w10,w5,lsr#3 // sigma0(X[i+1])
500 add w5,w5,w14
504 add w5,w5,w1
    [all...]
  /external/clang/test/Headers/
stddefneeds.cpp 51 wint_t w5; variable
  /external/chromium_org/net/websockets/
websocket_throttle_test.cc 166 scoped_refptr<WebSocketJob> w5(new WebSocketJob(&delegate));
168 new SocketStream(GURL("ws://host5/"), w5.get(), &context, NULL));
169 w5->InitSocketStream(s5.get());
176 w5->OnStartOpenConnection(s5.get(), callback_s5.callback()));
180 // 1.2.3.6 | w1 w4 w5
193 // Trying to open connection to host6 will wait for w1, w4, w5
199 // 1.2.3.6 | w1 w4 w5 w6
231 // 1.2.3.6 | w4 w5 w6
242 // 1.2.3.6 | w4 w5 w6
244 // w5 can close while waiting in queue
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_YuvToRGB.S 87 mov w5, #((16 * 149 + (128 >> 1) + 128 * 204) >> 1)
88 dup v13.8h, w5
89 mov w5, #((-16 * 149 + 128 * 50 + 128 * 104) >> 0)
90 dup v14.8h, w5
91 mov w5, #((16 * 149 + (128 << 2) + 128 * 254) >> 1)
92 dup v15.8h, w5
  /external/libhevc/common/arm64/
ihevc_sao_edge_offset_class2.s 203 LDRB w5,[x5,#2] //pu1_avail[2]
291 LDRB w5,[x8,#16] //I pu1_src_cpy[src_strd + 16]
292 mov v18.8b[0], w5 //I pu1_next_row_tmp = vsetq_lane_u8(pu1_src_cpy[src_strd + 16], pu1_next_row_tmp, 0)
303 LDRB w5,[x2] //I load the value
357 LDRB w5,[x8,#16] //II pu1_src_cpy[src_strd + 16]
362 mov v28.8b[0], w5 //II pu1_next_row_tmp = vsetq_lane_u8(pu1_src_cpy[src_strd + 16], pu1_next_row_tmp, 0)
369 LDRB w5,[x5] //II load the value
389 LDRB w5,[x5] //III load the value
471 LDRB w5,[x8,#16] //pu1_src_cpy[src_strd + 16]
474 mov v18.8b[0], w5 //pu1_next_row_tmp = vsetq_lane_u8(pu1_src_cpy[src_strd + 16], pu1_next_row_tmp, 0
    [all...]
ihevc_sao_edge_offset_class2_chroma.s 305 LDRB w5,[x5,#2] //pu1_avail[2]
400 LDRH w5,[x8] //I pu1_src_cpy[src_strd + 16]
403 mov v18.4h[0], w5 //I pu1_next_row_tmp = vsetq_lane_u8(pu1_src_cpy[src_strd + 16], pu1_next_row_tmp, 0)
418 LDRB w5,[x13] //I load the value
422 LDRB w5,[x13] //I load the value
499 LDRH w5,[x8] //II pu1_src_cpy[src_strd + 16]
502 mov v28.4h[0], w5 //II pu1_next_row_tmp = vsetq_lane_u8(pu1_src_cpy[src_strd + 16], pu1_next_row_tmp, 0)
529 LDRB w5,[x13] //II load the value
556 LDRB w5,[x13] //III load the value
    [all...]

Completed in 336 milliseconds

1 2 3 4