Home
last modified time | relevance | path

Searched refs:HInstr (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_regs.h342 typedef void HInstr; typedef
352 HInstr** arr;
364 extern void addHInstr_SLOW ( HInstrArray*, HInstr* );
366 static inline void addHInstr ( HInstrArray* ha, HInstr* instr ) in addHInstr()
458 Bool (*isMove) (const HInstr*, HReg*, HReg*),
461 void (*getRegUsage) (HRegUsage*, const HInstr*, Bool),
464 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
468 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
469 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ),
470 HInstr* (*directReload) ( HInstr*, HReg, Short ),
[all …]
Dhost_generic_reg_alloc2.c367 Bool (*isMove) ( const HInstr*, HReg*, HReg* ), in doRegisterAllocation() argument
370 void (*getRegUsage) ( HRegUsage*, const HInstr*, Bool ), in doRegisterAllocation()
373 void (*mapRegs) ( HRegRemap*, HInstr*, Bool ), in doRegisterAllocation()
382 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ), in doRegisterAllocation()
383 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ), in doRegisterAllocation()
384 HInstr* (*directReload) ( HInstr*, HReg, Short ), in doRegisterAllocation()
388 void (*ppInstr) ( const HInstr*, Bool ), in doRegisterAllocation()
463 HInstr* _tmp = (_instr); \ in doRegisterAllocation()
1225 HInstr* spill1 = NULL; in doRegisterAllocation()
1226 HInstr* spill2 = NULL; in doRegisterAllocation()
[all …]
Dhost_generic_regs.c290 ha->arr = LibVEX_Alloc_inline(ha->arr_size * sizeof(HInstr*)); in newHInstrArray()
296 void addHInstr_SLOW ( HInstrArray* ha, HInstr* instr ) in addHInstr_SLOW()
300 HInstr** arr2 = LibVEX_Alloc_inline(ha->arr_size * 2 * sizeof(HInstr*)); in addHInstr_SLOW()
Dmain_main.c326 Bool (*isMove) ( const HInstr*, HReg*, HReg* ); in LibVEX_Translate()
327 void (*getRegUsage) ( HRegUsage*, const HInstr*, Bool ); in LibVEX_Translate()
328 void (*mapRegs) ( HRegRemap*, HInstr*, Bool ); in LibVEX_Translate()
329 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ); in LibVEX_Translate()
330 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ); in LibVEX_Translate()
331 HInstr* (*directReload) ( HInstr*, HReg, Short ); in LibVEX_Translate()
332 void (*ppInstr) ( const HInstr*, Bool ); in LibVEX_Translate()
338 UChar*, Int, const HInstr*, Bool, VexEndness, in LibVEX_Translate()
1074 HInstr* hi = rcode->arr[i]; in LibVEX_Translate()
Dhost_tilegx_defs.h528 extern void genSpill_TILEGX ( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
530 extern void genReload_TILEGX ( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
Dhost_x86_defs.h729 extern void genSpill_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
731 extern void genReload_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
Dhost_amd64_defs.h786 extern void genSpill_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
788 extern void genReload_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
Dhost_s390_defs.h744 void genSpill_S390 ( HInstr **, HInstr **, HReg , Int , Bool );
745 void genReload_S390 ( HInstr **, HInstr **, HReg , Int , Bool );
Dhost_mips_defs.h696 extern void genSpill_MIPS ( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
698 extern void genReload_MIPS( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2,
Dhost_arm_defs.h1039 extern void genSpill_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
1041 extern void genReload_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
Dhost_arm64_defs.h973 extern void genSpill_ARM64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
975 extern void genReload_ARM64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
Dhost_ppc_defs.h1123 extern void genSpill_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
1125 extern void genReload_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
Dhost_tilegx_defs.c1201 void genSpill_TILEGX ( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2, HReg rreg, in genSpill_TILEGX()
1223 void genReload_TILEGX ( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2, HReg rreg, in genReload_TILEGX()
Dhost_x86_defs.c1705 void genSpill_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genSpill_X86()
1730 void genReload_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genReload_X86()
Dhost_mips_defs.c1971 void genSpill_MIPS( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2, HReg rreg, in genSpill_MIPS()
2003 void genReload_MIPS( /*OUT*/ HInstr ** i1, /*OUT*/ HInstr ** i2, HReg rreg, in genReload_MIPS()
Dhost_amd64_defs.c1898 void genSpill_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genSpill_AMD64()
1920 void genReload_AMD64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genReload_AMD64()
Dhost_arm_defs.c2556 void genSpill_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genSpill_ARM()
2611 void genReload_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genReload_ARM()
Dhost_arm64_defs.c2504 void genSpill_ARM64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genSpill_ARM64()
2545 void genReload_ARM64 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genReload_ARM64()
Dhost_ppc_defs.c2994 void genSpill_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genSpill_PPC()
3024 void genReload_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, in genReload_PPC()
Dhost_s390_defs.c470 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) in genSpill_S390()
496 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) in genReload_S390()
/external/v8/src/
Dhydrogen-instructions.cc4048 #define DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HInstr, op) \ argument
4049 HInstruction* HInstr::New( \
4062 return new(zone) HInstr(context, left, right); \
4370 #define DEFINE_NEW_H_BITWISE_INSTR(HInstr, result) \ argument
4371 HInstruction* HInstr::New( \
4380 return new(zone) HInstr(context, left, right); \