Searched defs:HInstr (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_generic_reg_alloc2.c | 147 void (*getRegUsage) (HRegUsage*, HInstr*, Bool), in instrMentionsReg() argument 177 void (*getRegUsage) (HRegUsage*, HInstr*, Bool), in findMostDistantlyMentionedVReg() argument 307 HInstrArray* doRegisterAllocation ( in doRegisterAllocation() 319 Bool (*isMove) ( HInstr*, HReg*, HReg* ), in doRegisterAllocation() argument 328 real reg to a spill slot byte offset. The two leading HInstr** in doRegisterAllocation() argument
|
D | host_generic_regs.h | 227 typedef void HInstr; typedef
|
/external/chromium_org/v8/src/ |
D | hydrogen-instructions.cc | 4048 #define DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HInstr, op) \ argument 4370 #define DEFINE_NEW_H_BITWISE_INSTR(HInstr, result) \ argument
|