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

/vbox/src/recompiler/
H A Dtranslate-all.c47 uint16_t gen_opc_buf[OPC_BUF_SIZE];
50 target_ulong gen_opc_pc[OPC_BUF_SIZE];
51 uint16_t gen_opc_icount[OPC_BUF_SIZE];
52 uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
H A Dexec-all.h83 #define OPC_BUF_SIZE 640 macro
84 #define OPC_MAX_SIZE (OPC_BUF_SIZE - MAX_OP_PER_INSTR)
92 #define OPPARAM_BUF_SIZE (OPC_BUF_SIZE * MAX_OPC_PARAM)
94 extern target_ulong gen_opc_pc[OPC_BUF_SIZE];
95 extern uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
96 extern uint16_t gen_opc_icount[OPC_BUF_SIZE];
/vbox/src/recompiler/target-i386/
H A Dtranslate.c93 static uint8_t gen_opc_cc_op[OPC_BUF_SIZE];

Completed in 813 milliseconds