Searched defs:words (Results 1 – 14 of 14) sorted by relevance
| /qemu/disas/ |
| A D | hexagon.c | 34 uint32_t words[PACKET_WORDS_MAX]; in print_insn_hexagon() local
|
| A D | nanomips.c | 21939 uint16_t words[3] = { }; in print_insn_nanomips() local
|
| /qemu/util/ |
| A D | bitops.c | 132 unsigned long words; in find_last_bit() local
|
| /qemu/target/hexagon/ |
| A D | printinsn.c | 53 void snprint_a_pkt_disas(GString *buf, Packet *pkt, uint32_t *words, in snprint_a_pkt_disas()
|
| 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()
|
| A D | translate.c | 214 uint32_t words[]) in read_packet_words() 964 uint32_t words[PACKET_WORDS_MAX]; in decode_and_translate_packet() local
|
| /qemu/system/ |
| A D | qtest.c | 330 void qtest_set_command_cb(bool (*pc_cb)(CharBackend *chr, gchar **words)) in qtest_set_command_cb() 346 static void qtest_process_command(CharBackend *chr, gchar **words) in qtest_process_command() 768 gchar **words; in qtest_process_inbuf() local
|
| /qemu/include/hw/dma/ |
| A D | xlnx-zdma.h | 51 uint32_t words[4]; member
|
| /qemu/hw/ppc/ |
| A D | spapr_rtas.c | 551 static bool spapr_qtest_callback(CharBackend *chr, gchar **words) in spapr_qtest_callback()
|
| /qemu/tests/qtest/ |
| A D | libqtest.c | 672 gchar **words; in qtest_rsp_args() local 714 gchar **words = qtest_rsp_args(s, 0); in qtest_rsp() local 994 gchar **words; in qtest_clock_rsp() local
|
| /qemu/target/arm/tcg/ |
| A D | crypto_helper.c | 23 uint32_t words[4]; member
|
| A D | sve_helper.c | 1888 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local 1912 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local 3488 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local 4099 intptr_t words = DIV_ROUND_UP(FIELD_EX32(pred_desc, PREDDESC, OPRSZ), 8); in HELPER() local
|
| A D | translate-sve.c | 527 static void do_predtest(DisasContext *s, int dofs, int gofs, int words) in do_predtest() 1543 int words = DIV_ROUND_UP(pred_full_reg_size(s), 8); in trans_PTEST() local
|
| /qemu/hw/s390x/ |
| A D | css.c | 1901 uint32_t words[8]; in css_collect_chp_desc() local
|
Completed in 104 milliseconds