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

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 212 target. Defining it like this means that HInstr* can stand in for
215 typedef void HInstr;
218 /* An expandable array of HInstr*'s. Handy for insn selection and
225 HInstr** arr;
233 extern void addHInstr ( HInstrArray*, HInstr* );
253 Bool (*isMove) (HInstr*, HReg*, HReg*),
256 void (*getRegUsage) (HRegUsage*, HInstr*, Bool),
259 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
263 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool )
    [all...]
main_main.c 193 Bool (*isMove) ( HInstr*, HReg*, HReg* );
194 void (*getRegUsage) ( HRegUsage*, HInstr*, Bool );
195 void (*mapRegs) ( HRegRemap*, HInstr*, Bool );
196 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool );
197 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool );
198 HInstr* (*directReload) ( HInstr*, HReg, Short );
199 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_s390_defs.h 542 void genSpill_S390 ( HInstr **, HInstr **, HReg , Int , Bool );
543 void genReload_S390 ( HInstr **, HInstr **, HReg , Int , Bool );
host_amd64_defs.h 760 extern void genSpill_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
762 extern void genReload_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_arm_defs.h 1027 extern void genSpill_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
1029 extern void genReload_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_mips_defs.h 710 extern void genSpill_MIPS ( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
712 extern void genReload_MIPS( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
host_x86_defs.h 721 extern void genSpill_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
723 extern void genReload_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_ppc_defs.h     [all...]
host_amd64_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 455 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
482 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
    [all...]
  /external/v8/src/
hydrogen-instructions.cc     [all...]

Completed in 720 milliseconds