Searched refs:gen_opc_buf (Results 1 - 7 of 7) sorted by relevance

/external/qemu/
H A Dtranslate-all.c37 uint16_t gen_opc_buf[OPC_BUF_SIZE]; variable
/external/qemu/tcg/
H A Dtcg.c284 gen_opc_ptr = gen_opc_buf;
881 opc_ptr = gen_opc_buf;
1219 if (gen_opc_ptr - gen_opc_buf > OPC_BUF_SIZE) {
1221 (int)(gen_opc_ptr - gen_opc_buf), OPC_BUF_SIZE);
1227 nb_ops = gen_opc_ptr - gen_opc_buf;
1237 op = gen_opc_buf[op_index];
1259 tcg_set_nop(s, gen_opc_buf + op_index,
1325 tcg_set_nop(s, gen_opc_buf + op_index, args, def->nb_args);
1370 nb_ops = gen_opc_ptr - gen_opc_buf;
2095 opc = gen_opc_buf[op_inde
[all...]
H A Dtcg.h335 extern uint16_t gen_opc_buf[];
/external/qemu/target-arm/
H A Dtranslate-android.h251 j = gen_opc_ptr - gen_opc_buf; \
H A Dtranslate.c9539 /* generate intermediate code in gen_opc_buf and gen_opparam_buf for
9560 gen_opc_end = gen_opc_buf + OPC_MAX_SIZE;
9669 j = gen_opc_ptr - gen_opc_buf;
9817 j = gen_opc_ptr - gen_opc_buf;
/external/qemu/target-i386/
H A Dtranslate.c7598 /* generate intermediate code in gen_opc_buf and gen_opparam_buf for
7680 gen_opc_end = gen_opc_buf + OPC_MAX_SIZE;
7702 j = gen_opc_ptr - gen_opc_buf;
7760 j = gen_opc_ptr - gen_opc_buf;
/external/qemu/target-mips/
H A Dtranslate.c8294 gen_opc_end = gen_opc_buf + OPC_MAX_SIZE;
8335 j = gen_opc_ptr - gen_opc_buf;
8403 j = gen_opc_ptr - gen_opc_buf;

Completed in 154 milliseconds