Searched defs:opc_buf (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dtranslate-op.c50 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)
76 return (*_dyngen_code)(gen_code_buf, label_offsets, jmp_offsets, opc_buf, opparam_buf, gen_labels);
72 dyngen_code(uint8_t *gen_code_buf, uint16_t *label_offsets, uint16_t *jmp_offsets, const uint16_t *opc_buf, const uint32_t *opparam_buf, const long *gen_labels) argument

Completed in 88 milliseconds