Searched refs:opc_buf (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | translate-op.c | 50 const uint16_t *opc_buf, const uint32_t *opparam_buf, const long *gen_labels); 74 const uint16_t *opc_buf, const uint32_t *opparam_buf, const long *gen_labels) in dyngen_code() argument 76 …return (*_dyngen_code)(gen_code_buf, label_offsets, jmp_offsets, opc_buf, opparam_buf, gen_labels); in dyngen_code()
|
/external/qemu/tcg/ |
D | tcg.h | 494 void dump_ops(const uint16_t *opc_buf, const TCGArg *opparam_buf);
|