kvx: use {u,}int32_t and {u,}int64_t
authorPaul Iannetta <piannetta@kalrayinc.com>
Wed, 23 Aug 2023 14:39:22 +0000 (16:39 +0200)
committerAlan Modra <amodra@gmail.com>
Thu, 24 Aug 2023 03:06:25 +0000 (12:36 +0930)
commitaf6242628aa3c5fca778e0ecb22060d5f9f0d59a
tree1227d5c5fdcd7f3235f7cdf2dab9e37d70436234
parent66644c5dc3d61b5cabefba7f0ddb467c2ca750ed
kvx: use {u,}int32_t and {u,}int64_t

gas/
* config/kvx-parse.c (promote_token): Use {u,}int32_t and
{u,}int64_t.
(get_token_class): Likewise.
* config/tc-kvx.c (insert_operand): Likewise.
* config/tc-kvx.h (struct token_s): Likewise.
(struct token_list): Likewise.

opcodes/
* kvx-dis.c (struct decoded_insn): Use {u,}int32_t and
{u,}int64_t.
(decode_insn): Likewise.
(print_insn_kvx): Likewise.
(decode_prologue_epilogue_bundle): Likewise.
* kvx-dis.h (struct kvx_prologue_epilogue_insn): Likewise.
gas/config/kvx-parse.c
gas/config/tc-kvx.c
gas/config/tc-kvx.h
opcodes/kvx-dis.c
opcodes/kvx-dis.h