Searched defs:insts (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 222 packet_range insts(HexagonPacket &P) { in insts() function 225 const_packet_range insts(HexagonPacket const &P) const { in insts() function 228 packet_range insts() { return make_range(begin(), end()); } in insts() function 229 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts() function
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | libdwarf_frame.c | 553 uint8_t *insts, Dwarf_Unsigned len, Dwarf_Unsigned caf, Dwarf_Signed daf, in _dwarf_frame_run_inst() 920 _dwarf_frame_convert_inst(Dwarf_Debug dbg, uint8_t addr_size, uint8_t *insts, in _dwarf_frame_convert_inst() 1123 _dwarf_frame_get_fop(Dwarf_Debug dbg, uint8_t addr_size, uint8_t *insts, in _dwarf_frame_get_fop()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic4x.c | 1229 static tic4x_inst_t *insts = NULL; in tic4x_inst_make() local 1255 tic4x_inst_add (const tic4x_inst_t *insts) in tic4x_inst_add()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tic4x.c | 1226 static tic4x_inst_t *insts = NULL; in tic4x_inst_make() local 1252 tic4x_inst_add (const tic4x_inst_t *insts) in tic4x_inst_add()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 30122 vec<tree, va_gc> *insts; in cp_parser_late_parsing_default_args() local
|