/external/iptables/iptables/tests/shell/testcases/nft-only/ |
D | 0009-needless-bitwise_0 | 56 [ payload load 4b @ network header + 16 => reg 1 ] 57 [ cmp eq reg 1 0x0302010a ] 61 [ payload load 4b @ network header + 16 => reg 1 ] 62 [ cmp eq reg 1 0x0302010a ] 66 [ payload load 4b @ network header + 16 => reg 1 ] 67 [ bitwise reg 1 = ( reg 1 & 0xfcffffff ) ^ 0x00000000 ] 68 [ cmp eq reg 1 0x0002010a ] 72 [ payload load 3b @ network header + 16 => reg 1 ] 73 [ cmp eq reg 1 0x0002010a ] 77 [ payload load 2b @ network header + 16 => reg 1 ] [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | vmx_asm.h | 9 #define PUSH_VMX(pos,reg) \ argument 10 li reg,pos; \ 11 stvx v20,reg,%r1; \ 12 addi reg,reg,16; \ 13 stvx v21,reg,%r1; \ 14 addi reg,reg,16; \ 15 stvx v22,reg,%r1; \ 16 addi reg,reg,16; \ 17 stvx v23,reg,%r1; \ 18 addi reg,reg,16; \ [all …]
|
/external/gemmlowp/internal/ |
D | simd_wrappers_common_neon_sse.h | 32 result.buf.reg[i] = LoadInt32x4(src.data(row, col + i)); 46 result.buf.reg[2 * i + 0] = LoadInt32x4(src.data(row + 0, col + i)); 47 result.buf.reg[2 * i + 1] = LoadInt32x4(src.data(row + 4, col + i)); 64 result.buf.reg[0] = LoadInt32x4(buf); 80 result.buf.reg[0] = LoadInt32x4(buf); 81 result.buf.reg[1] = LoadInt32x4(buf + 4); 92 result.buf.reg[0] = LoadInt32x4(src.data(pos)); 103 result.buf.reg[0] = LoadInt32x4(src(0)); 120 result.buf.reg[0] = LoadInt32x4(src.data(pos)); 137 result.buf.reg[0] = LoadInt32x4(src.data(pos)); [all …]
|
D | simd_wrappers_neon.h | 162 result.buf.reg[i] = vld1q_s16(src + 8 * i); 173 result.buf.reg[i] = vld1_u8(src + 8 * i); 184 result.buf.reg[i] = vld1_s8(src + 8 * i); 195 result.buf.reg[i] = vld1q_s32(src + 4 * i); 207 result.buf.reg[0] = ShiftLeft(lhs.buf.reg[0], Dup<Int32x4>(rhs.buf.reg[0])); 218 result.buf.reg[0] = ShiftLeft(lhs.buf.reg[0], Dup<Int32x4>(rhs.buf.reg[0])); 229 result.buf.reg[0] = ShiftLeft(lhs.buf.reg[0], rhs.buf.reg[0]); 240 result.buf.reg[0] = ShiftLeft(lhs.buf.reg[0], rhs.buf.reg[0]); 251 result.buf.reg[0] = ShiftLeft(lhs.buf.reg[0], DupLane<0>(rhs.buf.reg[0])); 252 result.buf.reg[1] = ShiftLeft(lhs.buf.reg[1], DupLane<1>(rhs.buf.reg[0])); [all …]
|
D | output_sse.h | 38 __m128i res_16 = _mm_packs_epi32(input.reg[0], input.reg[0]); 40 output.reg[0] = _mm_cvtsi128_si32(res_8); 57 __m128i res_16 = _mm_packs_epi32(input.reg[0], input.reg[1]); 59 output.reg[0] = _mm_extract_epi32(res_8, 0); 60 output.reg[1] = _mm_extract_epi32(res_8, 1); 77 __m128i res_16_0 = _mm_packs_epi32(input.reg[0], input.reg[1]); 78 __m128i res_16_1 = _mm_packs_epi32(input.reg[2], input.reg[3]); 79 output.reg[0] = _mm_packus_epi16(res_16_0, res_16_1); 96 __m128i res_16_0 = _mm_packs_epi32(input.reg[0], input.reg[1]); 97 __m128i res_16_1 = _mm_packs_epi32(input.reg[2], input.reg[3]); [all …]
|
D | output_neon.h | 38 int16x4_t res_16 = vqmovn_s32(input.reg[0]); 40 output.reg[0] = vget_lane_u32(vreinterpret_u32_u8(res_8), 0); 58 vcombine_s16(vqmovn_s32(input.reg[0]), vqmovn_s32(input.reg[1])); 59 output.reg[0] = vqmovun_s16(res_16); 77 vcombine_s16(vqmovn_s32(input.reg[0]), vqmovn_s32(input.reg[1])); 79 vcombine_s16(vqmovn_s32(input.reg[2]), vqmovn_s32(input.reg[3])); 80 output.reg[0] = vqmovun_s16(res_16_0); 81 output.reg[1] = vqmovun_s16(res_16_1); 100 res_16[i] = vcombine_s16(vqmovn_s32(input.reg[2 * i]), 101 vqmovn_s32(input.reg[2 * i + 1])); [all …]
|
D | output_msa.h | 40 v4i32 tmp = __builtin_msa_sat_s_w(input.reg[0], 8); 50 output.reg[0] = __builtin_msa_copy_s_w(tmp, 0); 69 v4i32 tmp_lo = __builtin_msa_sat_s_w(input.reg[0], 8); 70 v4i32 tmp_hi = __builtin_msa_sat_s_w(input.reg[1], 8); 82 output.reg[0] = __builtin_msa_copy_s_w(tmp_lo, 0); 83 output.reg[1] = __builtin_msa_copy_s_w(tmp_lo, 1); 119 GEMMLOWP_MIPS_SAT_U8_16(output.reg[0], input.reg[0], input.reg[1], 120 input.reg[2], input.reg[3]); 137 GEMMLOWP_MIPS_SAT_U8_16(output.reg[0], input.reg[0], input.reg[1], 138 input.reg[2], input.reg[3]); [all …]
|
/external/ethtool/ |
D | et131x.c | 9 u32 *reg = (u32 *)regs->data; in et131x_dump_regs() local 15 fprintf(stdout, "0x0, Basic Control Reg = 0x%04X\n", *reg++); in et131x_dump_regs() 16 fprintf(stdout, "0x1, Basic Status Reg = 0x%04X\n", *reg++); in et131x_dump_regs() 17 fprintf(stdout, "0x2, PHY identifier 1 = 0x%04X\n", *reg++); in et131x_dump_regs() 18 fprintf(stdout, "0x3, PHY identifier 2 = 0x%04X\n", *reg++); in et131x_dump_regs() 19 fprintf(stdout, "0x4, Auto Neg Advertisement = 0x%04X\n", *reg++); in et131x_dump_regs() 20 fprintf(stdout, "0x5, Auto Neg L Partner Ability = 0x%04X\n", *reg++); in et131x_dump_regs() 21 fprintf(stdout, "0x6, Auto Neg Expansion = 0x%04X\n", *reg++); in et131x_dump_regs() 22 fprintf(stdout, "0x7, Reserved = 0x%04X\n", *reg++); in et131x_dump_regs() 23 fprintf(stdout, "0x8, Reserved = 0x%04X\n", *reg++); in et131x_dump_regs() [all …]
|
D | dsa.c | 8 #define REG(_reg, _name, _val) \ macro 33 static void dsa_mv88e6161(int reg, u16 val) in dsa_mv88e6161() argument 35 switch (reg) { in dsa_mv88e6161() 37 REG(reg, "Port Status", val); in dsa_mv88e6161() 56 REG(reg, "PCS Control", val); in dsa_mv88e6161() 70 REG(reg, "Jamming Control", val); in dsa_mv88e6161() 73 REG(reg, "Switch Identifier", val); in dsa_mv88e6161() 76 REG(reg, "Port Control", val); in dsa_mv88e6161() 113 REG(reg, "Port Control 1", val); in dsa_mv88e6161() 120 REG(reg, "Port Base VLAN Map (Header)", val); in dsa_mv88e6161() [all …]
|
D | e1000.c | 374 u32 reg; in e1000_dump_regs() local 388 reg = regs_buff[0]; in e1000_dump_regs() 398 reg, in e1000_dump_regs() 399 reg & E1000_CTRL_BEM ? "big" : "little", in e1000_dump_regs() 400 reg & E1000_CTRL_LRST ? "reset" : "normal", in e1000_dump_regs() 401 reg & E1000_CTRL_SLU ? "1" : "0", in e1000_dump_regs() 402 reg & E1000_CTRL_ILOS ? "yes" : "no", in e1000_dump_regs() 403 reg & E1000_CTRL_RFCE ? "enabled" : "disabled", in e1000_dump_regs() 404 reg & E1000_CTRL_TFCE ? "enabled" : "disabled", in e1000_dump_regs() 405 reg & E1000_CTRL_VME ? "enabled" : "disabled"); in e1000_dump_regs() [all …]
|
/external/igt-gpu-tools/assembler/ |
D | gen8_instruction.c | 34 gen8_set_dst(struct gen8_instruction *inst, struct brw_reg reg) in gen8_set_dst() argument 37 if (reg.file == BRW_MESSAGE_REGISTER_FILE) { in gen8_set_dst() 38 reg.file = BRW_GENERAL_REGISTER_FILE; in gen8_set_dst() 39 reg.nr += GEN7_MRF_HACK_START; in gen8_set_dst() 42 assert(reg.file != BRW_MESSAGE_REGISTER_FILE); in gen8_set_dst() 44 if (reg.file == BRW_GENERAL_REGISTER_FILE) in gen8_set_dst() 45 assert(reg.nr < BRW_MAX_GRF); in gen8_set_dst() 47 gen8_set_dst_reg_file(inst, reg.file); in gen8_set_dst() 48 gen8_set_dst_reg_type(inst, reg.type); in gen8_set_dst() 50 if (reg.address_mode == BRW_ADDRESS_DIRECT) { in gen8_set_dst() [all …]
|
D | brw_reg.h | 190 struct brw_reg reg; in brw_reg() local 198 reg.type = type; in brw_reg() 199 reg.file = file; in brw_reg() 200 reg.nr = nr; in brw_reg() 201 reg.subnr = subnr * type_sz(type); in brw_reg() 202 reg.negate = 0; in brw_reg() 203 reg.abs = 0; in brw_reg() 204 reg.vstride = vstride; in brw_reg() 205 reg.width = width; in brw_reg() 206 reg.hstride = hstride; in brw_reg() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | selectcc-03.ll | 8 ; CHECK: ipm [[REG:%r[0-5]]] 9 ; CHECK-NEXT: afi [[REG]], -268435456 10 ; CHECK-NEXT: sllg [[REG]], [[REG]], 32 11 ; CHECK-NEXT: srag %r2, [[REG]], 63 21 ; CHECK: ipm [[REG:%r[0-5]]] 22 ; CHECK-NEXT: xilf [[REG]], 268435456 23 ; CHECK-NEXT: afi [[REG]], -268435456 24 ; CHECK-NEXT: sllg [[REG]], [[REG]], 32 25 ; CHECK-NEXT: srag %r2, [[REG]], 63 35 ; CHECK: ipm [[REG:%r[0-5]]] [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_build_pm4.h | 42 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() argument 44 SI_CHECK_SHADOWED_REGS(reg, num); in radeon_set_config_reg_seq() 45 assert(reg < SI_CONTEXT_REG_OFFSET); in radeon_set_config_reg_seq() 48 radeon_emit(cs, (reg - SI_CONFIG_REG_OFFSET) >> 2); in radeon_set_config_reg_seq() 51 static inline void radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg() argument 53 radeon_set_config_reg_seq(cs, reg, 1); in radeon_set_config_reg() 57 static inline void radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq() argument 59 SI_CHECK_SHADOWED_REGS(reg, num); in radeon_set_context_reg_seq() 60 assert(reg >= SI_CONTEXT_REG_OFFSET); in radeon_set_context_reg_seq() 63 radeon_emit(cs, (reg - SI_CONTEXT_REG_OFFSET) >> 2); in radeon_set_context_reg_seq() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.cpp | 54 st_src_reg *reg = ralloc(input, st_src_reg); in dup_reladdr() local 55 if (!reg) { in dup_reladdr() 60 *reg = *input; in dup_reladdr() 61 return reg; in dup_reladdr() 141 st_src_reg::st_src_reg(const st_src_reg ®) in st_src_reg() argument 143 *this = reg; in st_src_reg() 146 void st_src_reg::operator=(const st_src_reg ®) in operator =() argument 148 this->type = reg.type; in operator =() 149 this->file = reg.file; in operator =() 150 this->index = reg.index; in operator =() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 66 scan_register_key(const scan_register *reg) in scan_register_key() argument 68 unsigned key = reg->file; in scan_register_key() 69 key |= (reg->indices[0] << 4); in scan_register_key() 70 key |= (reg->indices[1] << 18); in scan_register_key() 76 fill_scan_register1d(scan_register *reg, in fill_scan_register1d() argument 79 reg->file = file; in fill_scan_register1d() 80 reg->dimensions = 1; in fill_scan_register1d() 81 reg->indices[0] = index; in fill_scan_register1d() 82 reg->indices[1] = 0; in fill_scan_register1d() 86 fill_scan_register2d(scan_register *reg, in fill_scan_register2d() argument [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 67 scan_register_key(const scan_register *reg) in scan_register_key() argument 69 unsigned key = reg->file; in scan_register_key() 70 key |= (reg->indices[0] << 4); in scan_register_key() 71 key |= (reg->indices[1] << 18); in scan_register_key() 77 fill_scan_register1d(scan_register *reg, in fill_scan_register1d() argument 80 reg->file = file; in fill_scan_register1d() 81 reg->dimensions = 1; in fill_scan_register1d() 82 reg->indices[0] = index; in fill_scan_register1d() 83 reg->indices[1] = 0; in fill_scan_register1d() 87 fill_scan_register2d(scan_register *reg, in fill_scan_register2d() argument [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_clip_line.c | 45 c->reg.R0 = retype(brw_vec8_grf(i, 0), BRW_REGISTER_TYPE_UD); i++; in brw_clip_line_alloc_regs() 48 c->reg.fixed_planes = brw_vec4_grf(i, 0); in brw_clip_line_alloc_regs() 60 c->reg.vertex[j] = brw_vec4_grf(i, 0); in brw_clip_line_alloc_regs() 64 c->reg.t = brw_vec1_grf(i, 0); in brw_clip_line_alloc_regs() 65 c->reg.t0 = brw_vec1_grf(i, 1); in brw_clip_line_alloc_regs() 66 c->reg.t1 = brw_vec1_grf(i, 2); in brw_clip_line_alloc_regs() 67 c->reg.planemask = retype(brw_vec1_grf(i, 3), BRW_REGISTER_TYPE_UD); in brw_clip_line_alloc_regs() 68 c->reg.plane_equation = brw_vec4_grf(i, 4); in brw_clip_line_alloc_regs() 71 c->reg.dp0 = brw_vec1_grf(i, 0); /* fixme - dp4 will clobber r.1,2,3 */ in brw_clip_line_alloc_regs() 72 c->reg.dp1 = brw_vec1_grf(i, 4); in brw_clip_line_alloc_regs() [all …]
|
D | brw_ir_vec4.h | 43 src_reg(struct ::brw_reg reg); 51 explicit src_reg(const dst_reg ®); 57 retype(src_reg reg, enum brw_reg_type type) in retype() argument 59 reg.type = type; in retype() 60 return reg; in retype() 66 add_byte_offset(backend_reg *reg, unsigned bytes) in add_byte_offset() argument 68 switch (reg->file) { in add_byte_offset() 74 reg->offset += bytes; in add_byte_offset() 75 assert(reg->offset % 16 == 0); in add_byte_offset() 78 const unsigned suboffset = reg->offset + bytes; in add_byte_offset() [all …]
|
D | brw_clip_tri.c | 52 c->reg.R0 = retype(brw_vec8_grf(i, 0), BRW_REGISTER_TYPE_UD); i++; in brw_clip_tri_alloc_regs() 55 c->reg.fixed_planes = brw_vec4_grf(i, 0); in brw_clip_tri_alloc_regs() 67 c->reg.vertex[j] = brw_vec4_grf(i, 0); in brw_clip_tri_alloc_regs() 78 brw_MOV(&c->func, byte_offset(c->reg.vertex[j], delta), brw_imm_f(0)); in brw_clip_tri_alloc_regs() 82 c->reg.t = brw_vec1_grf(i, 0); in brw_clip_tri_alloc_regs() 83 c->reg.loopcount = retype(brw_vec1_grf(i, 1), BRW_REGISTER_TYPE_D); in brw_clip_tri_alloc_regs() 84 c->reg.nr_verts = retype(brw_vec1_grf(i, 2), BRW_REGISTER_TYPE_UD); in brw_clip_tri_alloc_regs() 85 c->reg.planemask = retype(brw_vec1_grf(i, 3), BRW_REGISTER_TYPE_UD); in brw_clip_tri_alloc_regs() 86 c->reg.plane_equation = brw_vec4_grf(i, 4); in brw_clip_tri_alloc_regs() 89 c->reg.dpPrev = brw_vec1_grf(i, 0); /* fixme - dp4 will clobber r.1,2,3 */ in brw_clip_tri_alloc_regs() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | asm-mismatched-types.ll | 8 ; void foo(int p) { register int reg __asm__("r8") = p; 9 ; __asm__ __volatile__("# REG: %0" : : "r" (reg)); } 12 ; CHECK: # REG: %r8d 14 call void asm sideeffect "# REG: $0", "{r8}"(i32 %p) 19 ; CHECK: # REG: %r8d 21 call void asm sideeffect "# REG: $0", "{r8}"(float %p) 26 ; CHECK: # REG: %r9w 28 call void asm sideeffect "# REG: $0", "{r9}"(i16 %p) 33 ; CHECK: # REG: %bpl 35 call void asm sideeffect "# REG: $0", "{rbp}"(i8 %p) [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | big-endian-neon-extend.ll | 5 ; CHECK: vld1.16 {[[REG:d[0-9]+]][0]}, [r0:16] 6 ; CHECK-NEXT: vrev16.8 [[REG]], [[REG]] 7 ; CHECK-NEXT: vmovl.u8 [[QREG:q[0-9]+]], [[REG]] 8 ; CHECK-NEXT: vmovl.u16 [[QREG]], [[REG]] 9 ; CHECK-NEXT: vmovl.u32 [[QREG]], [[REG]] 10 ; CHECK-NEXT: vst1.64 {[[REG]], {{d[0-9]+}}}, [r1] 20 ; CHECK: vld1.32 {[[REG:d[0-9]+]][0]}, [r0:32] 21 ; CHECK-NEXT: vrev32.16 [[REG]], [[REG]] 22 ; CHECK-NEXT: vmovl.u16 [[QREG:q[0-9]+]], [[REG]] 23 ; CHECK-NEXT: vmovl.u32 [[QREG]], [[REG]] [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_cs.h | 43 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() argument 45 assert(reg >= SI_CONFIG_REG_OFFSET && reg < SI_CONFIG_REG_END); in radeon_set_config_reg_seq() 49 radeon_emit(cs, (reg - SI_CONFIG_REG_OFFSET) >> 2); in radeon_set_config_reg_seq() 52 static inline void radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg() argument 54 radeon_set_config_reg_seq(cs, reg, 1); in radeon_set_config_reg() 58 static inline void radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq() argument 60 assert(reg >= SI_CONTEXT_REG_OFFSET && reg < SI_CONTEXT_REG_END); in radeon_set_context_reg_seq() 64 radeon_emit(cs, (reg - SI_CONTEXT_REG_OFFSET) >> 2); in radeon_set_context_reg_seq() 67 static inline void radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() argument 69 radeon_set_context_reg_seq(cs, reg, 1); in radeon_set_context_reg() [all …]
|
/external/igt-gpu-tools/tools/ |
D | intel_error_decode.c | 63 print_head(unsigned int reg) in print_head() argument 65 printf(" head = 0x%08x, wraps = %d\n", reg & (0x7ffff<<2), reg >> 21); in print_head() 66 return reg & (0x7ffff<<2); in print_head() 70 print_ctl(unsigned int reg) in print_ctl() argument 72 uint32_t ring_length = (((reg & (0x1ff << 12)) >> 12) + 1) * 4096; in print_ctl() 74 #define BIT_STR(reg, x, on, off) ((1 << (x)) & reg) ? on : off in print_ctl() argument 77 BIT_STR(reg, 0, ", enabled", ", disabled"), in print_ctl() 78 BIT_STR(reg, 10, ", semaphore wait ", ""), in print_ctl() 79 BIT_STR(reg, 11, ", rb wait ", "") in print_ctl() 86 print_acthd(unsigned int reg, unsigned int ring_length) in print_acthd() argument [all …]
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
D | branch-range-11.py | 29 # CHECK: l [[REG:%r[0-5]]], 0(%r3) 30 # CHECK: s [[REG]], 0(%r4) 31 # CHECK: clfi [[REG]], 50 33 # CHECK: l [[REG:%r[0-5]]], 0(%r3) 34 # CHECK: s [[REG]], 0(%r4) 35 # CHECK: clfi [[REG]], 51 37 # CHECK: l [[REG:%r[0-5]]], 0(%r3) 38 # CHECK: s [[REG]], 0(%r4) 39 # CHECK: clfi [[REG]], 52 41 # CHECK: l [[REG:%r[0-5]]], 0(%r3) [all …]
|