Searched refs:native_decode_vector_rtx (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | simplify-rtx.c | 6502 native_decode_vector_rtx (machine_mode mode, vec<target_unit> bytes, in native_decode_vector_rtx() function 6556 return native_decode_vector_rtx (mode, bytes, first_byte, nelts, 1); in native_decode_rtx() 6745 return native_decode_vector_rtx (outermode, buffer, 0, out_npatterns, in simplify_const_vector_subreg()
|
H A D | rtl.h | 2416 extern rtx native_decode_vector_rtx (machine_mode, vec<target_unit>,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | simplify-rtx.cc | 7033 native_decode_vector_rtx (machine_mode mode, const vec<target_unit> &bytes, in native_decode_vector_rtx() function 7086 return native_decode_vector_rtx (mode, bytes, first_byte, nelts, 1); in native_decode_rtx() 7275 return native_decode_vector_rtx (outermode, buffer, 0, out_npatterns, in simplify_const_vector_subreg()
|
H A D | rtl.h | 2424 extern rtx native_decode_vector_rtx (machine_mode, const vec<target_unit> &,
|
H A D | ChangeLog | 10011 (native_decode_vector_rtx): Likewise.
|
H A D | ChangeLog-2021 | 19584 (native_decode_vector_rtx): Same. 19587 * simplify-rtx.c (native_decode_vector_rtx): Same.
|
H A D | ChangeLog-2019 | 14118 (native_decode_vector_rtx, subreg_size_lsb): Declare. 14124 (native_encode_rtx, native_decode_vector_rtx, native_decode_rtx)
|