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

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 224 target. Defining it like this means that HInstr* can stand in for
227 typedef void HInstr;
230 /* An expandable array of HInstr*'s. Handy for insn selection and
237 HInstr** arr;
245 extern void addHInstr ( HInstrArray*, HInstr* );
329 Bool (*isMove) (HInstr*, HReg*, HReg*),
332 void (*getRegUsage) (HRegUsage*, HInstr*, Bool),
335 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
339 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool )
    [all...]
main_main.c 216 Bool (*isMove) ( HInstr*, HReg*, HReg* );
217 void (*getRegUsage) ( HRegUsage*, HInstr*, Bool );
218 void (*mapRegs) ( HRegRemap*, HInstr*, Bool );
219 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool );
220 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool );
221 HInstr* (*directReload) ( HInstr*, HReg, Short );
222 void (*ppInstr) ( HInstr*, Bool )
    [all...]
host_generic_regs.c 198 ha->arr = LibVEX_Alloc(ha->arr_size * sizeof(HInstr*));
203 void addHInstr ( HInstrArray* ha, HInstr* instr )
211 HInstr** arr2 = LibVEX_Alloc(ha->arr_size * 2 * sizeof(HInstr*));
host_generic_reg_alloc2.c 147 void (*getRegUsage) (HRegUsage*, HInstr*, Bool),
148 HInstr* instr,
177 void (*getRegUsage) (HRegUsage*, HInstr*, Bool),
319 Bool (*isMove) ( HInstr*, HReg*, HReg* ),
322 void (*getRegUsage) ( HRegUsage*, HInstr*, Bool ),
325 void (*mapRegs) ( HRegRemap*, HInstr*, Bool ),
328 real reg to a spill slot byte offset. The two leading HInstr**
334 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
335 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool )
    [all...]
host_amd64_defs.h 764 extern void genSpill_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
766 extern void genReload_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_arm64_defs.h     [all...]
host_arm_defs.h 1035 extern void genSpill_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
1037 extern void genReload_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_mips_defs.h 713 extern void genSpill_MIPS ( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
715 extern void genReload_MIPS( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
host_s390_defs.h 741 void genSpill_S390 ( HInstr **, HInstr **, HReg , Int , Bool );
742 void genReload_S390 ( HInstr **, HInstr **, HReg , Int , Bool );
host_x86_defs.h 725 extern void genSpill_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
727 extern void genReload_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_ppc_defs.h     [all...]
host_amd64_defs.c     [all...]
host_arm64_defs.c     [all...]
host_mips_defs.c     [all...]
host_x86_defs.c     [all...]
host_arm_defs.c     [all...]
host_ppc_defs.c     [all...]
host_s390_defs.c 463 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
489 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc     [all...]

Completed in 754 milliseconds