HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 101 - 125 of 4500) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/runtime/interpreter/mterp/arm64/
op_const_class.S 6 mov x3, xSELF
op_const_string.S 6 mov x3, xSELF
op_iput_object.S 5 mov x3, xSELF
op_iput_quick.S 12 $store w0, [x3, x1] // obj.field<- w0
op_move_exception.S 3 ldr x3, [xSELF, #THREAD_EXCEPTION_OFFSET]
op_new_array.S 13 mov x3, xSELF
op_sput.S 13 mov x3, xSELF
op_sput_object.S 5 mov x3, xSELF
op_sput_wide.S 12 mov x3, xSELF
  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 18 struct X3 : X0, X1 {
19 X3();
28 void test(X2 x2, X3 x3, X5 x5) {
34 // CHECK: define linkonce_odr void @_ZN2X3C1ERKS_(%struct.X3* %this, %struct.X3* dereferenceable({{[0-9]+}})) unnamed_addr
38 X3 x3a(x3);
  /external/clang/test/CXX/expr/expr.post/expr.call/
p7-0x.cpp 12 struct X3 {
13 X3(const X3&) = default;
25 void f(X1 x1, X2 x2, X3 x3, X4 x4) {
28 vararg(x3); // OK
  /external/clang/test/Sema/
attr-regparm.c 6 __attribute((regparm(5))) int x3(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_copy.s 89 //x3 => dst_strd
123 ADD x6,x1,x3 //pu1_dst_tmp += dst_strd
127 ST1 {v0.s}[0],[x6],x3 //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
130 ST1 {v0.s}[0],[x6],x3 //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
133 ST1 {v0.s}[0],[x6],x3 //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
154 ADD x6,x1,x3 //pu1_dst_tmp += dst_strd
158 ST1 {v0.s}[0],[x6],x3 //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
177 ADD x6,x1,x3 //pu1_dst_tmp += dst_strd
180 ST1 {v1.8b},[x6],x3 //vst1_u8(pu1_dst_tmp, tmp_src)
183 ST1 {v2.8b},[x6],x3 //vst1_u8(pu1_dst_tmp, tmp_src
    [all...]
ihevc_deblk_chroma_vert.s 76 add x2,x2,x3
86 adds x3,x7,x2,asr #1
95 cmp x3,#0x39
97 ldr w3, [x7,x3,lsl #2]
98 sxtw x3,w3
100 sub x20,x3,#6
101 csel x3, x20, x3,gt
122 add x3,x3,x5,lsl #
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_sbc.h 31 #define AUDIO_SBC_MODE_JSTEREO 0x3
37 #define AUDIO_SBC_BLOCKS_16 0x3
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_sbc.h 18 #define AUDIO_SBC_MODE_JSTEREO 0x3
25 #define AUDIO_SBC_BLOCKS_16 0x3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xc16x/
syscontrol2.s 4 extr #0x3
9 atomic #0x3
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-311.s 8 adrp x3,:got:gempy
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-group.d 11 0+8006 <L1y> bset \*0x0+3 <__bss_size\+0x3>, #0x04
12 0+8009 <L1y\+0x3> bset \*0x0+4 <table4>, #0x08
13 0+800c <L2x> bset \*0x0+3 <__bss_size\+0x3>, #0x04
14 0+800f <L2x\+0x3> bset \*0x0+4 <table4>, #0x08
16 0+8015 <L2y\+0x3> bset \*0x0+7 <table4\+0x3>, #0x08
20 0+8021 <L2y\+0xf> bset \*0x0+b <table8\+0x3>, #0x0c
22 0+8027 <L3x\+0x3> bset \*0x0+7 <table4\+0x3>, #0x08
26 0+8033 <L3x\+0xf> bset \*0x0+b <table8\+0x3>, #0x0
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-weak-3b.s 17 .tc x3[TC],x3
  /external/pdfium/third_party/agg23/
agg_curves.cpp 32 FX_FLOAT x3, FX_FLOAT y3,
38 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
43 FX_FLOAT x3, FX_FLOAT y3,
52 FX_FLOAT x23 = (x2 + x3) / 2;
54 FX_FLOAT x34 = (x3 + x4) / 2;
65 FX_FLOAT d3 = FXSYS_fabs(FXSYS_Mul(x3 - x4, dy) - FXSYS_Mul(y3 - y4, dx));
69 if(FXSYS_fabs(x1 + x3 - x2 - x2) +
71 FXSYS_fabs(x2 + x4 - x3 - x3) +
104 FX_FLOAT x3, FX_FLOAT y3
    [all...]
  /external/lzma/Asm/x86/
7zCrcOpt.asm 38 movzx x3, x0_L
39 xor x6, x3
89 movzx x3, x1_L
91 movzx x3, x1_H
94 movzx x3, x1_L
97 movzx x3, x0_L
102 movzx x3, x0_H
105 movzx x3, x0_L
107 movzx x3, x0_H
121 movzx x3, x0_H
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 160 int32 x0, x1, x3, x5, x7;//, x8; local
169 x3 = x7;
176 blk[24] = (x0 + x3) >> 8;
180 blk[32] = (x0 - x3) >> 8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
221 x3 = x7;
234 res = (x2 + x3) >> 14;
240 res = (x2 - x3) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
277 x3 = x7
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /external/libavc/common/armv8/
ih264_intra_pred_luma_4x4_av8.s 106 // x3 => dst_strd
118 st1 {v0.s}[0], [x1], x3
119 st1 {v0.s}[0], [x1], x3
120 st1 {v0.s}[0], [x1], x3
121 st1 {v0.s}[0], [x1], x3
175 // x3 => dst_strd
189 st1 {v0.s}[0], [x1], x3
191 st1 {v2.s}[0], [x1], x3
193 st1 {v3.s}[0], [x1], x3
194 st1 {v4.s}[0], [x1], x3
    [all...]
  /bionic/libm/x86/
trunc.S 37 roundsd $0x3,%xmm0,%xmm0

Completed in 1670 milliseconds

1 2 3 45 6 7 8 91011>>