Searched refs:x0 (Results 76 - 100 of 1369) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dunused-variables.cpp11 X0 x0; local
/external/compiler-rt/test/ubsan/TestCases/Misc/
H A Dnonnull-arg.cpp38 int *arg = (argv[1][0] == '0') ? 0x0 : &local;
41 return C(0x0, arg).value();
45 return C(0x0, &local).method(arg, 0x0);
/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/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/libavc/common/armv8/
H A Dih264_mem_fns_neon_av8.s75 // x0 => *pu1_dst
90 st1 {v0.8b}, [x0], #8
104 // x0 => *pu1_dst
118 st1 {v0.8b}, [x0], #8
131 strb w3, [x0], #1
144 // x0 => *pu1_dst
157 st1 {v0.8b}, [x0], #8
169 // x0 => *pu1_dst
183 st1 {v0.8b}, [x0], #8
194 strb w1, [x0], #
[all...]
H A Dih264_inter_pred_luma_copy_av8.s66 // x0 => *pu1_src
101 ld1 {v0.s}[0], [x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
102 add x5, x0, x2 //pu1_src_tmp += src_strd
106 add x0, x0, #4 //pu1_src += 4
119 sub x0, x5, x11 //pu1_src = pu1_src_tmp
138 add x5, x0, x2 //pu1_src_tmp += src_strd
139 ld1 {v0.8b}, [x0], #8 //vld1_u8(pu1_src_tmp)
153 sub x0, x5, x11 //pu1_src = pu1_src_tmp
170 add x5, x0, x
[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/llvm/test/MC/AArch64/
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
H A Darm64-aliases.s117 neg x0, x1
118 ; CHECK: neg x0, x1
119 neg x0, x1, asr #1
120 ; CHECK: neg x0, x1, asr #1
125 negs x0, x1
126 ; CHECK: negs x0, x1
127 negs x0, x1, asr #1
128 ; CHECK: negs x0, x1, asr #1
134 mov x0, #281470681743360
135 mov x0, #1844674407370948608
[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/libhevc/common/arm64/
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...]
H A Dihevc_inter_pred_chroma_copy.s86 //x0 => *pu1_src
121 LD1 {v0.s}[0],[x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
122 ADD x7,x0,x2 //pu1_src_tmp += src_strd
126 ADD x0,x0,#4 //pu1_src += 4
138 SUB x0,x7,x11 //pu1_src = pu1_src_tmp
152 LD1 {v0.s}[0],[x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
153 ADD x7,x0,x2 //pu1_src_tmp += src_strd
157 ADD x0,x0,#
[all...]
/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);
/external/ceres-solver/internal/ceres/
H A Dproblem.cc57 double* x0) {
60 x0);
66 double* x0, double* x1) {
69 x0, x1);
75 double* x0, double* x1, double* x2) {
78 x0, x1, x2);
84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x
54 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0) argument
63 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1) argument
72 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2) argument
81 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3) argument
90 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4) argument
99 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) argument
108 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
118 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
128 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
138 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
[all...]
/external/clang/test/Sema/
H A Dexpr-address-of.c41 register int *x0; local
42 int *_dummy0 = &(*x0);
51 register int x0[10]; local
52 int *_dummy00 = x0; // fixme-error {{address of register variable requested}}
53 int *_dummy01 = &(*x0); // fixme-error {{address of register variable requested}}
/external/compiler-rt/test/builtins/Unit/
H A Dextenddftf2_test.c44 UINT64_C(0x0)))
49 UINT64_C(0x0)))
54 UINT64_C(0x0)))
57 if (test__extenddftf2(0.0, UINT64_C(0x0), UINT64_C(0x0)))
H A Dmultf3_test.c48 UINT64_C(0x0)))
54 UINT64_C(0x0)))
60 UINT64_C(0x0)))
86 UINT64_C(0x0),
87 UINT64_C(0x0)))
H A Dfixunstfsi_test.c44 if (test__fixunstfsi(0, UINT32_C(0x0)))
48 if (test__fixunstfsi(0x1.23456789abcdefp-3, UINT32_C(0x0)))
56 if (test__fixunstfsi(-0x1.23456789abcdefp+3, UINT32_C(0x0)))
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp5.cpp75 void test_X0(X0 x0, const X0 &x0c) { argument
76 x0.operator const int*(); // expected-note{{in instantiation of function template specialization}}
77 x0.operator float *();

Completed in 985 milliseconds

1234567891011>>