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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AArch64/
elf-reloc-tstb.s 4 tbz x6, #45, somewhere
arm64-large-relocs.s 24 movz x6, #:abs_g2:sym
26 // CHECK: movz x6, #:abs_g2:sym // encoding: [0bAAA00110,A,0b110AAAAA,0xd2]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
function-correct-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
function-missing-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 19 wchar_t x6[] = { L"hello" }; variable
20 extern wchar_t x6[6];
  /external/clang/test/Frontend/
backend-diagnostic.c 28 int x5, int x6, int x7, int x8, int x9) {
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_420p.s 93 mov x9, x6 ////Load u2_height
97 // LDR x6,[sp,#80] @//Load u2_strideuv
111 MOV x6,x8 //// Copying width
115 SUB x6,x6,#16
118 CMP x6,#16
120 CMP x6,#0
126 sub x20,x6,#16
127 neg x6, x20
128 SUB x0,x0,x6
    [all...]
ihevcd_fmt_conv_420sp_to_420sp.s 100 mov x7, x6 ////Load u2_stridey
109 MOV x6,x8 //// Copying width
113 SUB x6,x6,#32
122 CMP x6,#32
124 CMP x6,#0
130 sub x20,x6,#32
131 neg x6, x20
132 SUB x0,x0,x6
133 SUB x2,x2,x6
    [all...]
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_copy.s 92 //x6 => wd
103 LSL x12,x6,#1 //wd << 1
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)
139 SUB x1,x6,x11 //pu1_dst = pu1_dst_tmp
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_str
    [all...]
ihevc_intra_pred_luma_mode_18_34.s 127 csel x6, x20, x6,eq
129 csel x6, x20, x6,ne
134 ld1 {v0.8b},[x8],x6
136 ld1 {v1.8b},[x8],x6
138 ld1 {v2.8b},[x8],x6
139 ld1 {v3.8b},[x8],x6
141 ld1 {v4.8b},[x8],x6
142 ld1 {v5.8b},[x8],x6
    [all...]
ihevc_padding.s 123 add x6,x5,x1
131 add x7,x6,x1
133 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
134 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
135 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
136 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
137 st1 {v4.16b},[x6] //128/8 = 16 bytes store
241 add x6,x5,x1
249 add x7,x6,x1
251 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes stor
    [all...]
ihevc_intra_pred_chroma_mode_18_34.s 127 csel x6, x20, x6,eq
129 csel x6, x20, x6,ne
136 ld1 {v0.8b, v1.8b},[x8],x6
138 ld1 {v2.8b, v3.8b},[x8],x6
140 ld1 {v4.8b, v5.8b},[x8],x6
142 ld1 {v6.8b, v7.8b},[x8],x6
144 ld1 {v16.8b, v17.8b},[x8],x6
146 ld1 {v18.8b, v19.8b},[x8],x6
    [all...]
  /external/lzma/Asm/x86/
7zCrcOpt.asm 36 movzx x6, BYTE PTR [rD]
39 xor x6, x3
88 mov x6, [SRCDAT 2]
90 CRC_XOR x6, r3, 3
92 CRC_XOR x6, r3, 2
96 CRC_XOR x6, r3, 1
98 CRC_XOR x6, r1, 0
101 CRC_XOR x6, r3, 7
104 CRC_XOR x6, r3, 6
106 CRC_XOR x6, r3, 5
    [all...]
  /external/ceres-solver/internal/ceres/
cost_function_to_functor_test.cc 174 const T* x5, const T* x6, T* residuals) const {
176 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0];
178 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1];
187 const T* x5, const T* x6, const T* x7, T* residuals) const {
189 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0] + x7[0] * x7[0];
191 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1] + x7[1] * x7[1]
    [all...]
  /external/chromium_org/tools/cygprofile/
mergetraces_unittest.py 18 (150, 12, '2001:2004', 0x6),
31 (150, 12, '2001:2004', 0x6),
  /bionic/libc/kernel/uapi/linux/
firewire-constants.h 27 #define TCODE_READ_QUADLET_RESPONSE 0x6
41 #define EXTCODE_WRAP_ADD 0x6
56 #define RCODE_TYPE_ERROR 0x6
79 #define ACK_BUSY_B 0x6
hpet.h 37 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long)
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
klkernvars.h 24 #define KV_RW_NASID_OFFSET 0x6
  /development/ndk/platforms/android-L/include/linux/
firewire-constants.h 27 #define TCODE_READ_QUADLET_RESPONSE 0x6
41 #define EXTCODE_WRAP_ADD 0x6
56 #define RCODE_TYPE_ERROR 0x6
79 #define ACK_BUSY_B 0x6
hpet.h 37 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long)
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 194 const double* x6,
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
205 const double* x6,
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
217 const double* x6,
221 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals);
230 const double* x6,
235 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals);
295 const T* x6,
297 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals)
    [all...]
  /external/clang/test/ASTMerge/Inputs/
enum1.c 42 E6 x6; variable
enum2.c 42 E6 x6; variable
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 12 Y<decltype(a < b)> x6;
  /external/clang/test/SemaCXX/
dependent-types.cpp 11 int x6[Size]; local

Completed in 1071 milliseconds

1 2 3 4 5 6 7 8 91011>>