Searched refs:native_decode_rtx (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | simplify-rtx.c | 6529 rtx x = native_decode_rtx (GET_MODE_INNER (mode), bytes, first_byte); in native_decode_vector_rtx() 6547 native_decode_rtx (machine_mode mode, vec<target_unit> bytes, in native_decode_rtx() function 6799 return native_decode_rtx (outermode, buffer, 0); in simplify_immed_subreg()
|
H A D | rtl.h | 2414 extern rtx native_decode_rtx (machine_mode, vec<target_unit>,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | simplify-rtx.cc | 7059 rtx x = native_decode_rtx (GET_MODE_INNER (mode), bytes, first_byte); in native_decode_vector_rtx() 7077 native_decode_rtx (machine_mode mode, const vec<target_unit> &bytes, in native_decode_rtx() function 7326 rtx ret = native_decode_rtx (outermode, buffer, 0); in simplify_immed_subreg()
|
H A D | rtl.h | 2422 extern rtx native_decode_rtx (machine_mode, const vec<target_unit> &,
|
H A D | ChangeLog-2021 | 19583 * rtl.h (native_decode_rtx): Same. 19588 (native_decode_rtx): Same.
|
H A D | ChangeLog-2019 | 14117 * rtl.h (native_encode_rtx, native_decode_rtx) 14124 (native_encode_rtx, native_decode_vector_rtx, native_decode_rtx)
|