HomeSort by relevance Sort by last modified time
    Searched refs:OPC_BUF_SIZE (Results 1 - 4 of 4) sorted by null

  /external/qemu/
translate-all.c 37 uint16_t gen_opc_buf[OPC_BUF_SIZE];
40 target_ulong gen_opc_pc[OPC_BUF_SIZE];
41 uint16_t gen_opc_icount[OPC_BUF_SIZE];
42 uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
44 uint8_t gen_opc_cc_op[OPC_BUF_SIZE];
46 target_ulong gen_opc_npc[OPC_BUF_SIZE];
49 uint32_t gen_opc_hflags[OPC_BUF_SIZE];
62 static void* gen_opc_tpc2gpc[OPC_BUF_SIZE * 2];
exec-all.h 49 #define OPC_BUF_SIZE 2048
50 #define OPC_MAX_SIZE (OPC_BUF_SIZE - MAX_OP_PER_INSTR)
58 #define OPPARAM_BUF_SIZE (OPC_BUF_SIZE * MAX_OPC_PARAM)
60 extern target_ulong gen_opc_pc[OPC_BUF_SIZE];
61 extern target_ulong gen_opc_npc[OPC_BUF_SIZE];
62 extern uint8_t gen_opc_cc_op[OPC_BUF_SIZE];
63 extern uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
64 extern uint16_t gen_opc_icount[OPC_BUF_SIZE];
66 extern uint32_t gen_opc_hflags[OPC_BUF_SIZE];
  /external/qemu/tcg/
tcg.c     [all...]
  /external/qemu/target-arm/
translate.c 76 static uint32_t gen_opc_condexec_bits[OPC_BUF_SIZE];
    [all...]

Completed in 99 milliseconds