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

  /external/valgrind/main/VEX/priv/
host_generic_regs.c 203 void addHInstr ( HInstrArray* ha, HInstr* instr )
216 addHInstr(ha, instr);
host_generic_regs.h 233 extern void addHInstr ( HInstrArray*, HInstr* );
host_generic_reg_alloc2.c 420 addHInstr ( instrs_out, _tmp ); \
    [all...]
host_amd64_isel.c 162 addHInstr(env->code, instr);
    [all...]
host_ppc_isel.c 296 addHInstr(env->code, instr);
    [all...]
host_x86_isel.c 193 addHInstr(env->code, instr);
    [all...]
host_arm_isel.c 135 addHInstr(env->code, instr);
    [all...]

Completed in 113 milliseconds