Home
last modified time | relevance | path

Searched refs:OPC_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dtranslate-all.c36 uint16_t gen_opc_buf[OPC_BUF_SIZE];
39 target_ulong gen_opc_pc[OPC_BUF_SIZE];
40 uint16_t gen_opc_icount[OPC_BUF_SIZE];
41 uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
43 uint8_t gen_opc_cc_op[OPC_BUF_SIZE];
45 target_ulong gen_opc_npc[OPC_BUF_SIZE];
48 uint32_t gen_opc_hflags[OPC_BUF_SIZE];
61 static target_ulong gen_opc_tpc2gpc[OPC_BUF_SIZE * 2];
Dexec-all.h40 #define OPC_BUF_SIZE 2048 macro
41 #define OPC_MAX_SIZE (OPC_BUF_SIZE - MAX_OP_PER_INSTR)
49 #define OPPARAM_BUF_SIZE (OPC_BUF_SIZE * MAX_OPC_PARAM)
51 extern target_ulong gen_opc_pc[OPC_BUF_SIZE];
52 extern target_ulong gen_opc_npc[OPC_BUF_SIZE];
53 extern uint8_t gen_opc_cc_op[OPC_BUF_SIZE];
54 extern uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
55 extern uint16_t gen_opc_icount[OPC_BUF_SIZE];
57 extern uint32_t gen_opc_hflags[OPC_BUF_SIZE];
/external/qemu/tcg/
Dtcg.c1125 if (gen_opc_ptr - gen_opc_buf > OPC_BUF_SIZE) { in tcg_liveness_analysis()
1127 gen_opc_ptr - gen_opc_buf, OPC_BUF_SIZE); in tcg_liveness_analysis()
2087 if (gen_opc_ptr - gen_opc_buf > OPC_BUF_SIZE) { in tcg_gen_code()
2089 gen_opc_ptr - gen_opc_buf, OPC_BUF_SIZE); in tcg_gen_code()