Home
last modified time | relevance | path

Searched refs:newHInstrArray (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_regs.h359 extern HInstrArray* newHInstrArray ( void );
Dhost_generic_regs.c285 HInstrArray* newHInstrArray ( void ) in newHInstrArray() function
Dhost_generic_reg_alloc2.c504 instrs_out = newHInstrArray(); in doRegisterAllocation()
Dhost_tilegx_isel.c1795 env->code = newHInstrArray(); in iselSB_TILEGX()
Dhost_s390_isel.c4077 env->code = newHInstrArray(); in iselSB_S390()
Dhost_arm64_isel.c4033 env->code = newHInstrArray(); in iselSB_ARM64()
Dhost_mips_isel.c4195 env->code = newHInstrArray(); in iselSB_MIPS()
Dhost_x86_isel.c4449 env->code = newHInstrArray(); in iselSB_X86()
Dhost_amd64_isel.c4933 env->code = newHInstrArray(); in iselSB_AMD64()
Dhost_ppc_isel.c6174 env->code = newHInstrArray(); in iselSB_PPC()
Dhost_arm_isel.c6364 env->code = newHInstrArray(); in iselSB_ARM()