Searched defs:words (Results 1 – 15 of 15) sorted by relevance
/qemu/disas/ |
H A D | hexagon.c | 34 uint32_t words[PACKET_WORDS_MAX]; in print_insn_hexagon() local
|
H A D | nanomips.c | 21939 uint16_t words[3] = { }; in print_insn_nanomips() local
|
/qemu/util/ |
H A D | bitops.c | 132 unsigned long words; in find_last_bit() local
|
/qemu/target/hexagon/ |
H A D | printinsn.c | 53 void snprint_a_pkt_disas(GString *buf, Packet *pkt, uint32_t *words, in snprint_a_pkt_disas()
|
H A D | decode.c | 658 int decode_packet(DisasContext *ctx, int max_words, const uint32_t *words, in decode_packet() 747 int disassemble_hexagon(uint32_t *words, int nwords, bfd_vma pc, in disassemble_hexagon()
|
H A D | translate.c | 198 uint32_t words[]) in read_packet_words() 908 uint32_t words[PACKET_WORDS_MAX]; in decode_and_translate_packet() local
|
/qemu/hw/riscv/ |
H A D | riscv_hart.c | 81 static bool csr_qtest_callback(CharBackend *chr, gchar **words) in csr_qtest_callback()
|
/qemu/include/hw/dma/ |
H A D | xlnx-zdma.h | 51 uint32_t words[4]; member
|
/qemu/system/ |
H A D | qtest.c | 335 void qtest_set_command_cb(bool (*pc_cb)(CharBackend *chr, gchar **words)) in qtest_set_command_cb() 351 static void qtest_process_command(CharBackend *chr, gchar **words) in qtest_process_command()
|
/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 554 static bool spapr_qtest_callback(CharBackend *chr, gchar **words) in spapr_qtest_callback()
|
/qemu/tests/qtest/ |
H A D | libqtest.c | 724 gchar **words; in qtest_rsp_args() local 766 gchar **words = qtest_rsp_args(s, 0); in qtest_rsp() local 1098 gchar **words; in qtest_clock_rsp() local
|
/qemu/target/arm/tcg/ |
H A D | crypto_helper.c | 25 uint32_t words[4]; member
|
H A D | sve_helper.c | 1911 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local 1935 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local 3523 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local 4134 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local
|
H A D | translate-sve.c | 534 static void do_predtest(DisasContext *s, int dofs, int gofs, int words) in do_predtest() 1548 int words = DIV_ROUND_UP(pred_full_reg_size(s), 8); in trans_PTEST() local
|
/qemu/hw/s390x/ |
H A D | css.c | 1872 uint32_t words[8]; in css_collect_chp_desc() local
|