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

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 230 HInstrArray;
232 extern HInstrArray* newHInstrArray ( void );
233 extern void addHInstr ( HInstrArray*, HInstr* );
241 HInstrArray* doRegisterAllocation (
244 HInstrArray* instrs_in,
host_generic_regs.c 193 HInstrArray* newHInstrArray ( void )
195 HInstrArray* ha = LibVEX_Alloc(sizeof(HInstrArray));
203 void addHInstr ( HInstrArray* ha, HInstr* instr )
host_generic_reg_alloc2.c 178 HInstrArray* instrs_in,
307 HInstrArray* doRegisterAllocation (
310 HInstrArray* instrs_in,
396 HInstrArray* instrs_out;
    [all...]
main_main.c 201 HInstrArray* (*iselSB) ( IRSB*, VexArch, VexArchInfo*, VexAbiInfo*,
214 HInstrArray* vcode;
215 HInstrArray* rcode;
    [all...]
host_s390_defs.h 545 HInstrArray *iselSB_S390 ( IRSB *, VexArch, VexArchInfo *, VexAbiInfo *,
host_amd64_defs.h 766 extern HInstrArray* iselSB_AMD64 ( IRSB*,
host_arm_defs.h 1033 extern HInstrArray* iselSB_ARM ( IRSB*,
host_mips_defs.h 716 extern HInstrArray *iselSB_MIPS ( IRSB*,
host_x86_defs.h 729 extern HInstrArray* iselSB_X86 ( IRSB*,
host_ppc_defs.h     [all...]
host_s390_isel.c 108 HInstrArray *code;
    [all...]
host_mips_isel.c 124 HInstrArray* code;
    [all...]
host_amd64_isel.c 153 HInstrArray* code;
    [all...]
host_x86_isel.c 187 HInstrArray* code;
    [all...]
host_ppc_isel.c 288 HInstrArray* code;
    [all...]
host_arm_isel.c 124 HInstrArray* code;
    [all...]

Completed in 318 milliseconds