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

1 2 3 4 5

  /system/core/libpixelflinger/arch-arm64/
col32cb16blend.S 54 mov w4, #256 // create #0x100
55 sub w5, w4, w5 // invert alpha
58 and w4, w9, w1, lsr #16 // extract blue
61 lsl w4, w4, #5 // prescale blue
73 madd w8, w8, w5, w4 // dest blue * alpha + src blue
t32cb16blend.S 147 // w4: s0
167 ldr w4, [x1], #4
169 pixel w3, w4, w12, 0
178 ldp w4,w5, [x1], #8
181 orr w3, w4, w5
187 pixel w3, w4, w12, 0
193 csel w4, w5, w4, lt
195 ldp w4,w5, [x1], #8
197 orr w3, w4, w
    [all...]
  /external/llvm/test/MC/AArch64/
dot-req-case-insensitive.s 10 mov w4, OBJECT
18 // CHECK: mov w4, w5
arm64-basic-a64-instructions.s 7 crc32cb w9, w5, w4
15 // CHECK: crc32cb w9, w5, w4 // encoding: [0xa9,0x50,0xc4,0x1a]
arm64-arithmetic-encoding.s 10 adcs w5, w4, w3
15 ; CHECK: adcs w5, w4, w3 ; encoding: [0x85,0x00,0x03,0x3a]
32 add w3, w4, #1024
33 add w3, w4, #1024, lsl #0
37 ; CHECK: add w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x11]
38 ; CHECK: add w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x11]
42 add w3, w4, #1024, lsl #12
43 add w3, w4, #4194304
44 add w3, w4, #0, lsl #12
50 ; CHECK: add w3, w4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x11
    [all...]
arm64-memory.s 16 ldrb w4, [x3]
51 ; CHECK: ldrb w4, [x3] ; encoding: [0x64,0x00,0x40,0x39]
89 strb w4, [x3]
101 ; CHECK: strb w4, [x3] ; encoding: [0x64,0x00,0x00,0x39]
139 stur w4, [x3]
149 sturb w4, [x3]
154 ; CHECK: stur w4, [x3] ; encoding: [0x64,0x00,0x00,0xb8]
164 ; CHECK: sturb w4, [x3] ; encoding: [0x64,0x00,0x00,0x38]
196 sttrb w4, [x3]
203 ; CHECK: sttrb w4, [x3] ; encoding: [0x64,0x08,0x00,0x38
    [all...]