/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
jumpa-9f.d | 24 1c: e3fd0003 setl \$253,0x3
|
jumpa12b.d | 26 4000008: e3fd0003 setl \$253,0x3
|
jumpa12f.d | 21 c: e3fd0003 setl \$253,0x3
|
jumpa13f.d | 25 1c: e3fd0003 setl \$253,0x3
|
pushja1b-s.d | 19 10: e3fd0003 setl \$253,0x3
|
pushja1b.d | 25 20: e3fd0003 setl \$253,0x3
|
pushja1f-s.d | 17 c: e3fd0003 setl \$253,0x3
|
pushja1f.d | 22 1c: e3fd0003 setl \$253,0x3
|
pushja2b.d | 21 10: e3fd0003 setl \$253,0x3
|
pushja2f.d | 18 c: e3fd0003 setl \$253,0x3
|
pushja7b-s.d | 19 10: e3fd0003 setl \$253,0x3
|
pushja7b.d | 25 20: e3fd0003 setl \$253,0x3
|
pushja7f-s.d | 17 c: e3fd0003 setl \$253,0x3
|
pushja7f.d | 22 1c: e3fd0003 setl \$253,0x3
|
pushja8b.d | 21 10: e3fd0003 setl \$253,0x3
|
pushja8f.d | 18 c: e3fd0003 setl \$253,0x3
|
/external/libavc/common/armv8/ |
ih264_weighted_pred_av8.s | 102 // x3 => dst_strd 159 st1 {v4.s}[0], [x1], x3 //store row 1 in destination 160 st1 {v4.s}[1], [x1], x3 //store row 2 in destination 161 st1 {v6.s}[0], [x1], x3 //store row 3 in destination 162 st1 {v6.s}[1], [x1], x3 //store row 4 in destination 198 st1 {v4.8b}, [x1], x3 //store row 1 in destination 199 st1 {v6.8b}, [x1], x3 //store row 2 in destination 201 st1 {v8.8b}, [x1], x3 //store row 3 in destination 202 st1 {v10.8b}, [x1], x3 //store row 4 in destination 253 st1 {v4.8b, v5.8b}, [x1], x3 //store row 1 in destinatio [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 217 { OP_ADD, 0x3, 0x3, 0x0, 0x8, 0x2, 0x2 | 0x8 }, 218 { OP_SUB, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 | 0x8 }, 219 { OP_MUL, 0x3, 0x0, 0x0, 0x8, 0x2, 0x2 | 0x8 }, 220 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 }, 221 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 }, 229 { OP_AND, 0x0, 0x0, 0x3, 0x0, 0x2, 0x2 | 0x8 } [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
utils.c | 22 trail = ((uint32_t)ptr8_frm) & 0x3; 23 if((trail == (((uint32_t)ptr8_to) & 0x3)) && (n > 4)) 32 trail = bytes_left & 0x3; 78 trail = 4 - (((uint32_t)ptr8) & 0x3); 81 ptr32 = (uint32_t *)(((uint32_t)ptr8) & ~0x3); 131 //wrote += (ddr_addr & 0x3); 178 //wrote += (ddr_addr & 0x3);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-pcrel2.s | 12 move.d [pc+x3-x+127-14],r8 ; 4 27 move.d [pc+x3-x+127-14],r8 ; 4 28 x3: label 43 move.d [pc+x3-x+127-14],r8 ; 4 55 move.d [pc+x3-x+127-14],r8 ; 4
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/ |
undefined.s | 70 .uleb128 0x3 89 .uleb128 0x3 98 .uleb128 0x3 114 .uleb128 0x3 117 .uleb128 0x3
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
undefined.s | 72 .uleb128 0x3 91 .uleb128 0x3 100 .uleb128 0x3 116 .uleb128 0x3 119 .uleb128 0x3
|
/external/ceres-solver/examples/ |
more_garbow_hillstrom.cc | 179 const T x3 = x[2]; member in namespace:ceres::examples 182 residual[0] = T(10.0) * (x3 - T(10.0) * theta); 184 residual[2] = x3; 197 const T x3 = x[2]; member in namespace:ceres::examples 207 residual[i - 1] = T(y[i - 1]) - x1 + u / (v * x2 + w * x3); 224 const T x3 = x[2]; member in namespace:ceres::examples 232 residual[i] = x1 * exp(-x2 * (t_i - x3) * (t_i - x3) / T(2.0)) - y_i; 246 const T x3 = x[2]; member in namespace:ceres::examples 253 residual[i] = x1 * exp(x2 / (t + x3)) - y[i] [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_sq.h | 40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) 74 #define S_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) & 0x3) << 30) 75 #define G_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) >> 30) & 0x3) 82 #define S_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) & 0x3) << 0) 83 #define G_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) >> 0) & 0x3) 110 #define S_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(x) (((x) & 0x3) << 13) 111 #define G_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(x) (((x) >> 13) & 0x3) 130 #define S_SQ_CF_ALLOC_EXPORT_WORD0_ELEM_SIZE(x) (((x) & 0x3) << 30) 131 #define G_SQ_CF_ALLOC_EXPORT_WORD0_ELEM_SIZE(x) (((x) >> 30) & 0x3) [all...] |
r700_sq.h | 40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) 77 #define S_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) & 0x3) << 30) 78 #define G_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) >> 30) & 0x3) 81 #define S_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) & 0x3) << 0) 82 #define G_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) >> 0) & 0x3) 112 #define S_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(x) (((x) & 0x3) << 13) 113 #define G_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(x) (((x) >> 13) & 0x3) 128 #define S_SQ_CF_ALLOC_EXPORT_WORD0_ELEM_SIZE(x) (((x) & 0x3) << 30) 129 #define G_SQ_CF_ALLOC_EXPORT_WORD0_ELEM_SIZE(x) (((x) >> 30) & 0x3) [all...] |