Searched refs:target_unit (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | biosdisk.c | 1486 int target_unit = 0; in biosdisk_find_raid() local 1499 target_unit *= 10; in biosdisk_find_raid() 1500 target_unit += name[i++] - '0'; in biosdisk_find_raid() 1546 if (raidframe[i].last_unit != target_unit) in biosdisk_find_raid()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | defaults.h | 1455 typedef TARGET_UNIT target_unit; typedef
|
H A D | varasm.cc | 4355 target_unit *bytes; 4412 if (memcmp (x->bytes, y->bytes, x->size * sizeof (target_unit)) != 0) in equal() 4424 auto_vec<target_unit, 128> buffer; in optimize_constant_pool() 4454 target_unit *bytes = XNEWVEC (target_unit, size); in optimize_constant_pool() 4468 data->size * sizeof (target_unit), 0); in optimize_constant_pool() 4491 sz * sizeof (target_unit), 0); in optimize_constant_pool()
|
H A D | simplify-rtx.cc | 6880 native_encode_rtx (machine_mode mode, rtx x, vec<target_unit> &bytes, in native_encode_rtx() 6904 target_unit value = 0; in native_encode_rtx() 7033 native_decode_vector_rtx (machine_mode mode, const vec<target_unit> &bytes, in native_decode_vector_rtx() 7077 native_decode_rtx (machine_mode mode, const vec<target_unit> &bytes, in native_decode_rtx() 7270 auto_vec<target_unit, 128> buffer (buffer_bytes); in simplify_const_vector_subreg() 7291 auto_vec<target_unit, 128> buffer (buffer_bytes); in simplify_immed_subreg() 7306 target_unit filler = 0; in simplify_immed_subreg() 7329 auto_vec<target_unit, 128> buffer2 (buffer_bytes); in simplify_immed_subreg()
|
H A D | rtl.h | 2420 extern bool native_encode_rtx (machine_mode, rtx, vec<target_unit> &, 2422 extern rtx native_decode_rtx (machine_mode, const vec<target_unit> &, 2424 extern rtx native_decode_vector_rtx (machine_mode, const vec<target_unit> &,
|
H A D | ChangeLog-2019 | 14116 (target_unit): New type.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | defaults.h | 1473 typedef TARGET_UNIT target_unit; typedef
|
H A D | simplify-rtx.c | 6350 native_encode_rtx (machine_mode mode, rtx x, vec<target_unit> &bytes, in native_encode_rtx() 6373 target_unit value = 0; in native_encode_rtx() 6502 native_decode_vector_rtx (machine_mode mode, vec<target_unit> bytes, in native_decode_vector_rtx() 6547 native_decode_rtx (machine_mode mode, vec<target_unit> bytes, in native_decode_rtx() 6740 auto_vec<target_unit, 128> buffer (buffer_bytes); in simplify_const_vector_subreg() 6761 auto_vec<target_unit, 128> buffer (buffer_bytes); in simplify_immed_subreg() 6776 target_unit filler = 0; in simplify_immed_subreg()
|
H A D | rtl.h | 2412 extern bool native_encode_rtx (machine_mode, rtx, vec<target_unit> &, 2414 extern rtx native_decode_rtx (machine_mode, vec<target_unit>, 2416 extern rtx native_decode_vector_rtx (machine_mode, vec<target_unit>,
|