Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dmaxq-dis.c212 const unsigned char index1 = ((insn0 & 0x70) >> 4); in check_move() local
218 && ((index1 == 0) || (index1 == 1) || (index1 == 2) || (index1 == 5) in check_move()
219 || (index1 == 4) || (index1 == 6))) in check_move()
222 else if (((insn0 & MASK_LOW_BYTE) == 0x0D) && (index1 == 0)) in check_move()
226 && ((index1 == 0) || (index1 == 1) || (index1 == 2))) in check_move()
234 if ((reg_x->Mod_name == module1) && (reg_x->Mod_index == index1) in check_move()
288 if ((module1 == 0x0A && index1 == 0x0) in check_move()
/openbsd/src/gnu/gcc/gcc/
Dcfg.c1022 int index1; member
1033 return data->index1; in bb_copy_original_hash()
1043 return data->index1 == data2->index1; in bb_copy_original_eq()
1084 key.index1 = bb->index; in set_bb_original()
1093 (*slot)->index1 = bb->index; in set_bb_original()
1108 key.index1 = bb->index; in get_bb_original()
1126 key.index1 = bb->index; in set_bb_copy()
1135 (*slot)->index1 = bb->index; in set_bb_copy()
1150 key.index1 = bb->index; in get_bb_copy()
Dexpr.c7300 tree index1 = index; in expand_expr_real_1() local
7302 index1 = fold_convert (sizetype, TREE_OPERAND (exp, 1)); in expand_expr_real_1()
7313 index1 = size_diffop (index1, fold_convert (sizetype, in expand_expr_real_1()
7316 if (0 > compare_tree_int (index1, in expand_expr_real_1()
7325 [TREE_INT_CST_LOW (index1)], in expand_expr_real_1()
/openbsd/src/sbin/pdisk/
Dpartition_map.c623 move_entry_in_map(long index1, long index2, struct partition_map *map) in move_entry_in_map() argument
627 if (index1 == index2) in move_entry_in_map()
630 if (index1 == 1 || index2 == 1) { in move_entry_in_map()
634 p1 = find_entry_by_disk_address(index1, map); in move_entry_in_map()
636 printf("Partition #%ld not found\n", index1); in move_entry_in_map()
649 p2->disk_address = index1; in move_entry_in_map()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_stream.c866 int index1, in dc_stream_get_brightness_millinits_linear_interpolation() argument
871 if (stream->lumin_data.refresh_rate_hz[index2] != stream->lumin_data.refresh_rate_hz[index1]) { in dc_stream_get_brightness_millinits_linear_interpolation()
872 …(stream->lumin_data.luminance_millinits[index2] - stream->lumin_data.luminance_millinits[index1]) / in dc_stream_get_brightness_millinits_linear_interpolation()
873 (stream->lumin_data.refresh_rate_hz[index2] - stream->lumin_data.refresh_rate_hz[index1]); in dc_stream_get_brightness_millinits_linear_interpolation()
885 int index1, in dc_stream_get_refresh_hz_linear_interpolation() argument
890 if (stream->lumin_data.refresh_rate_hz[index2] != stream->lumin_data.refresh_rate_hz[index1]) { in dc_stream_get_refresh_hz_linear_interpolation()
891 …(stream->lumin_data.luminance_millinits[index2] - stream->lumin_data.luminance_millinits[index1]) / in dc_stream_get_refresh_hz_linear_interpolation()
892 (stream->lumin_data.refresh_rate_hz[index2] - stream->lumin_data.refresh_rate_hz[index1]); in dc_stream_get_refresh_hz_linear_interpolation()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td513 int index1 = !add(index, size, -1),
514 string name = "ttmp["#index#":"#index1#"]"> :
523 int index1 = !add(index0, 1),
531 Register r1 = !cast<Register>("TTMP"#index1#tgt),
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZOperators.td877 class z_vse_by_parts<SDPatternOperator operator, int index1, int index2>
880 (operator (z_vector_extract node:$src, index1)),
/openbsd/src/gnu/gcc/gcc/config/c4x/
Dc4x.c3092 int index1; in c4x_address_conflict() local
3100 c4x_S_address_parse (op1, &base1, &incdec1, &index1, &disp1); in c4x_address_conflict()
3137 if (base0 == base1 && disp0 == disp1 && index0 == index1) in c4x_address_conflict()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/c4x/
Dc4x.c3620 int index1; local
3628 c4x_S_address_parse (op1, &base1, &incdec1, &index1, &disp1);
3665 if (base0 == base1 && disp0 == disp1 && index0 == index1)
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D9uninit253 my $index1 = 33;
261 $v = sin $mat[$index1];
262 $v = $mat[$index1] + $mat[$index2];
/openbsd/src/gnu/llvm/clang/docs/
DLanguageExtensions.rst2566 __builtin_shufflevector(vec1, vec2, index1, index2, ...)
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlfunc.pod1803 delete $ref->[$x][$y]->@[$index1, $index2, @moreindices];