Searched defs:HInstr (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.h224 target. Defining it like this means that HInstr* can stand in for
227 typedef void HInstr; typedef
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**, HRe
[all...]
H A Dhost_generic_reg_alloc2.c147 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**, HInst
307 doRegisterAllocation( HInstrArray* instrs_in, HReg* available_real_regs, Int n_available_real_regs, Bool (*isMove) ( HInstr*, HReg*, HReg* ), void (*getRegUsage) ( HRegUsage*, HInstr*, Bool ), void (*mapRegs) ( HRegRemap*, HInstr*, Bool ), void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ), void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ), HInstr* (*directReload) ( HInstr*, HReg, Short ), Int guest_sizeB, void (*ppInstr) ( HInstr*, Bool ), void (*ppReg) ( HReg ), Bool mode64 ) argument
[all...]

Completed in 132 milliseconds