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

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 242 HInstrArray;
244 extern HInstrArray* newHInstrArray ( void );
245 extern void addHInstr ( HInstrArray*, HInstr* );
317 HInstrArray* doRegisterAllocation (
320 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 224 HInstrArray* (*iselSB) ( IRSB*, VexArch, VexArchInfo*, VexAbiInfo*,
237 HInstrArray* vcode;
238 HInstrArray* rcode;
    [all...]
host_amd64_defs.h 770 extern HInstrArray* iselSB_AMD64 ( IRSB*,
host_arm64_defs.h     [all...]
host_arm_defs.h 1041 extern HInstrArray* iselSB_ARM ( IRSB*,
host_mips_defs.h 719 extern HInstrArray *iselSB_MIPS ( IRSB*,
host_s390_defs.h 744 HInstrArray *iselSB_S390 ( IRSB *, VexArch, VexArchInfo *, VexAbiInfo *,
host_x86_defs.h 733 extern HInstrArray* iselSB_X86 ( IRSB*,
host_ppc_defs.h     [all...]
host_arm64_isel.c 125 HInstrArray* code;
    [all...]
host_s390_isel.c 107 HInstrArray *code;
    [all...]
host_mips_isel.c 128 HInstrArray* code;
    [all...]
host_x86_isel.c 187 HInstrArray* code;
    [all...]
host_amd64_isel.c 162 HInstrArray* code;
    [all...]
host_ppc_isel.c 294 HInstrArray* code;
    [all...]
host_arm_isel.c 124 HInstrArray* code;
    [all...]

Completed in 312 milliseconds