Searched refs:op_size (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ax-general.c | 356 if (i + 1 + aop_map[op].op_size > x->len) in ax_print() 364 if (aop_map[op].op_size > 0) in ax_print() 369 read_const (x, i + 1, aop_map[op].op_size)); in ax_print() 372 i += 1 + aop_map[op].op_size; in ax_print() 415 for (i = 0; i < ax->len; i += 1 + op->op_size) in ax_reqs() 433 if (i + 1 + op->op_size > ax->len) in ax_reqs()
|
| D | ax-gdb.c | 1260 int op_size = 8 << op; in gen_bitfield_ref() local 1266 if (offset + op_size <= bound_end) in gen_bitfield_ref() 1269 int last_frag = (offset + op_size == bound_end); in gen_bitfield_ref() 1280 ax_trace_quick (ax, op_size / TARGET_CHAR_BIT); in gen_bitfield_ref() 1321 gen_left_shift (ax, end - (offset + op_size)); in gen_bitfield_ref() 1329 offset += op_size; in gen_bitfield_ref()
|
| D | ax.h | 211 int op_size; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-h8300.c | 1049 int op_size = op & SIZE; in get_specific() local 1060 if (x_size != op_size) in get_specific() 1072 if (op_size == L_P) in get_specific() 1073 op_size = (Hmode ? L_32 : L_16); in get_specific() 1076 if (op_size != x_size) in get_specific() 1163 if (op_size != x_size) in get_specific() 1172 if (x_size == L_24 && op_size == L_32) in get_specific() 1178 if (((x_size == L_16 && op_size == L_16U) in get_specific() 1179 || (x_size == L_8 && op_size == L_8U) in get_specific() 1180 || (x_size == L_3 && op_size == L_3NZ)) in get_specific() [all …]
|
| D | tc-xtensa.c | 4800 int op_size; in xtensa_find_unaligned_branch_targets() local 4807 op_size = xtensa_format_length (isa, fmt); in xtensa_find_unaligned_branch_targets() 4810 if (frag_addr + op_size > branch_align) in xtensa_find_unaligned_branch_targets() 4813 op_size, (long) frag->fr_address); in xtensa_find_unaligned_branch_targets() 4839 int op_size; in xtensa_find_unaligned_loops() local 4846 op_size = xtensa_format_length (isa, fmt); in xtensa_find_unaligned_loops() 4849 if (frag_addr + op_size > xtensa_fetch_width) in xtensa_find_unaligned_loops() 4852 op_size, (long) frag->fr_address); in xtensa_find_unaligned_loops()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-h8300.c | 1067 int op_size = op & SIZE; in get_specific() local 1078 if (x_size != op_size) in get_specific() 1090 if (op_size == L_P) in get_specific() 1091 op_size = (Hmode ? L_32 : L_16); in get_specific() 1094 if (op_size != x_size) in get_specific() 1181 if (op_size != x_size) in get_specific() 1190 if (x_size == L_24 && op_size == L_32) in get_specific() 1200 if (op_size == L_16) in get_specific() 1205 if (((x_size == L_16 && op_size == L_16U) in get_specific() 1206 || (x_size == L_8 && op_size == L_8U) in get_specific() [all …]
|
| /openbsd/src/sys/dev/pci/drm/i915/gvt/ |
| D | cmd_parser.c | 1092 unsigned long guest_gma, int op_size, bool index_mode); 1558 unsigned long guest_gma, int op_size, bool index_mode) in cmd_address_audit() argument 1565 if (op_size > max_surface_size) { in cmd_address_audit() 1576 } else if (!intel_gvt_ggtt_validate_range(vgpu, guest_gma, op_size)) { in cmd_address_audit() 1585 s->info->name, guest_gma, op_size); in cmd_address_audit() 1606 int op_size = (cmd_length(s) - 3) * sizeof(u32); in cmd_handler_mi_store_data_imm() local 1632 ret = cmd_address_audit(s, gma + op_size * core_id, op_size, false); in cmd_handler_mi_store_data_imm() 1663 int op_size = (1 << ((cmd_val(s, 0) & GENMASK(20, 19)) >> 19)) * in cmd_handler_mi_op_2f() local 1685 ret = cmd_address_audit(s, gma, op_size, false); in cmd_handler_mi_op_2f()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | varasm.c | 4025 HOST_WIDE_INT op_size = int_size_in_bytes (TREE_TYPE (TREE_OPERAND (exp, 0))); in output_constant() local 4030 if (type_size > op_size in output_constant()
|