Searched refs:x0 (Results 101 - 125 of 1819) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_textblit.h20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
H A Dvp9_textblit.c16 0x0, 0x5C00, 0x8020, 0xAFABEA, 0xD7EC0, 0x1111111, 0x1855740, 0x18000,
60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, argument
62 int steep = abs(y1 - y0) > abs(x1 - x0);
68 t = x0;
69 x0 = y0;
77 if (x0 > x1) {
79 t = x0;
80 x0 = x1;
88 deltax = x1 - x0;
100 for (x = x0;
[all...]
/external/clang/test/SemaTemplate/
H A Dunused-variables.cpp11 X0 x0; local
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_luma_mode2.s85 //x0 => *pu1_ref
116 add x0,x0,x4,lsl #1
118 sub x0,x0,#9 //src[1]
119 add x10,x0,#-1
123 ld1 {v0.8b},[x0],x8
129 ld1 {v2.8b},[x0],x8
133 ld1 {v4.8b},[x0],x8
135 ld1 {v6.8b},[x0],x
[all...]
H A Dihevc_intra_pred_luma_mode_18_34.s85 //x0 => *pu1_ref
118 add x0,x0,x4,lsl #1
123 add x0,x0,#2
124 sub x20,x0,#2
125 csel x0, x20, x0,ne
130 mov x8,x0
152 add x20,x0,#
[all...]
H A Dihevc_inter_pred_luma_copy.s67 // x0 => *pu1_src
101 ld1 {v0.s}[0],[x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
102 add x9,x0,x2 //pu1_src_tmp += src_strd
106 add x0,x0,#4 //pu1_src += 4
119 sub x0,x9,x15 //pu1_src = pu1_src_tmp
126 sub x0,x20,x19
139 add x9,x0,x2 //pu1_src_tmp += src_strd
140 ld1 {v0.8b},[x0],#8 //vld1_u8(pu1_src_tmp)
154 sub x0,x
[all...]
H A Dihevc_mem_fns.s68 // x0 => *pu1_dst
84 ST1 {v0.8b},[x0],#8
98 // x0 => *pu1_dst
113 ST1 {v0.8b},[x0],#8
125 STRB w3,[x0],#1
138 // x0 => *pu1_dst
156 ST1 {v0.8b},[x0],#8
170 // x0 => *pu1_dst
185 ST1 {v0.8b},[x0],#8
196 STRB w1,[x0],#
[all...]
/external/libhevc/decoder/
H A Dihevcd_parse_residual.h40 WORD32 x0, WORD32 y0,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_textblit.h20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
H A Dvp9_textblit.c16 0x0, 0x5C00, 0x8020, 0xAFABEA, 0xD7EC0, 0x1111111, 0x1855740, 0x18000,
60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, argument
62 int steep = abs(y1 - y0) > abs(x1 - x0);
68 t = x0;
69 x0 = y0;
77 if (x0 > x1) {
79 t = x0;
80 x0 = x1;
88 deltax = x1 - x0;
100 for (x = x0;
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-simd-post-ldst-multi-elem.s8 ld1 { v0.16b }, [x0], x1
11 ld1 { v0.2d }, [x0], #16
12 ld1 { v0.8b }, [x0], x2
15 ld1 { v0.1d }, [x0], #8
16 // CHECK: ld1 { v0.16b }, [x0], x1
22 // CHECK: ld1 { v0.2d }, [x0], #16
24 // CHECK: ld1 { v0.8b }, [x0], x2
30 // CHECK: ld1 { v0.1d }, [x0], #8
37 ld1 { v0.16b, v1.16b }, [x0], x1
40 ld1 { v0.2d, v1.2d }, [x0], #3
[all...]
H A Darm64-tls-modifiers-darwin.s5 ldr x0, [x15, _var@TLVPPAGEOFF]
6 add x30, x0, _var@TLVPPAGEOFF
8 ; CHECK: ldr x0, [x15, _var@TLVPPAGEOFF]
9 ; CHECK: add x30, x0, _var@TLVPPAGEOFF
H A Dneon-scalar-fp-compare.s22 fcmeq d20, d21, #0x0
46 fcmge d20, d21, #0x0
70 fcmgt d20, d21, #0x0
84 fcmle d20, d21, #0x0
98 fcmlt d20, d21, #0x0
/external/vixl/examples/
H A Dfactorial.cc35 // n -> x0
39 __ Mov(x1, x0);
40 __ Mov(x0, 1); // Use x0 as the accumulator.
45 __ Mul(x0, x0, x1);
50 // The return value is in x0.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dtextblit.c21 0x0, 0x5C00, 0x8020, 0xAFABEA, 0xD7EC0, 0x1111111, 0x1855740, 0x18000,
61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
63 int steep = abs(y1 - y0) > abs(x1 - x0);
70 t = x0;
71 x0 = y0;
79 if (x0 > x1)
82 t = x0;
83 x0 = x1;
91 deltax = x1 - x0;
104 for (x = x0;
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dtextblit.c21 0x0, 0x5C00, 0x8020, 0xAFABEA, 0xD7EC0, 0x1111111, 0x1855740, 0x18000,
61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
63 int steep = abs(y1 - y0) > abs(x1 - x0);
70 t = x0;
71 x0 = y0;
79 if (x0 > x1)
82 t = x0;
83 x0 = x1;
91 deltax = x1 - x0;
104 for (x = x0;
[all...]
/external/lzma/Asm/x86/
H A D7zCrcOpt.asm40 shr x0, 8
41 CRC xor, x0, r6, 0
48 mov x0, x1
66 xor x0, [SRCDAT 0]
70 xor x0, [SRCDAT 0]
103 shr x0, 16
108 CRC_MOV x0, r3, 4
109 xor x0, x6
122 shr x0, 16
124 and x0,
[all...]
/external/openssl/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
144 x0=(RC2_INT)l&0xffff;
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
157 x0=(t<<1)|(t>>15);
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
170 x0+=p1[x3&0x3f];
171 x1+=p1[x0
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/external/pixman/test/
H A Dradial-perf-test.c16 { { 0x0, 0x26ee, 0x0},
17 { 0xffffeeef, 0x0, 0x0},
18 { 0x0, 0x0, 0x10000}
/external/llvm/test/MC/ARM/
H A Deh-directive-personality.s36 @ CHECK: 0x0 R_ARM_PREL31 __gxx_personality_v0 0x0
45 @ CHECK: 0x0 R_ARM_PREL31 .TEST1 0x0
46 @ CHECK: 0x4 R_ARM_PREL31 .ARM.extab.TEST1 0x0
78 @ CHECK: 0x0 R_ARM_PREL31 __gxx_personality_v0 0x0
87 @ CHECK: 0x0 R_ARM_PREL31 .TEST2 0x0
88 @ CHECK: 0x4 R_ARM_PREL31 .ARM.extab.TEST2 0x0
[all...]
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... 1) com.jakewharton.disklrucache.DiskLruCache$Editor x0 java.io.OutputStream x1 com.jakewharton. ...
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_420sp.s57 //* Arguments : x0 pu1_y *
70 //* Register Usage : x0 - x14 *
112 prfm PLDL1KEEP,[x0, #128]
114 LD1 {v0.8b},[x0],#8
115 LD1 {v1.8b},[x0],#8
116 LD1 {v2.8b},[x0],#8
117 LD1 {v3.8b},[x0],#8
132 SUB x0,x0,x6
134 LD1 {v0.8b},[x0],#
[all...]
/external/deqp/framework/common/
H A DtcuRGBA.cpp30 const RGBA RGBA::red (0xFF, 0x0, 0x0, 0xFF);
31 const RGBA RGBA::green (0x0, 0xFF, 0x0, 0xFF);
32 const RGBA RGBA::blue (0x0, 0x0, 0xFF, 0xFF);
35 const RGBA RGBA::black (0x0, 0x0, 0x0, 0xFF);

Completed in 481 milliseconds

1234567891011>>