Searched defs:hWordTy (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/drd/
H A Ddrd_load_store.c597 IRType const hWordTy)
591 instrument(VgCallbackClosure* const closure, IRSB* const bb_in, const VexGuestLayout* const layout, const VexGuestExtents* const vge, const VexArchInfo* archinfo_host, IRType const gWordTy, IRType const hWordTy) argument
/external/valgrind/exp-sgcheck/
H A Dh_main.c536 IRType hWordTy; member in struct:__anon29302
613 IRType gWordTy, IRType hWordTy )
620 if (gWordTy != hWordTy) {
642 pce.hWordTy = hWordTy;
684 layout, gWordTy, hWordTy );
691 layout, gWordTy, hWordTy );
/external/valgrind/callgrind/
H A Dmain.c906 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy) argument
910 IRExpr_Const(hWordTy == Ity_I32 ?
958 IRType gWordTy, IRType hWordTy )
968 if (gWordTy != hWordTy) {
1194 IRType tyW = hWordTy;
1250 val, hWordTy);
1304 jmps_passed, hWordTy);
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1188 IRType gWordTy, IRType hWordTy,
1282 IRType gWordTy, IRType hWordTy)
1302 (hWordTy == Ity_I64 ?
1314 gWordTy, hWordTy,
1184 add_stmt_call_gdbserver(IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1278 instrument_for_gdbserver_if_needed(IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRType gWordTy, IRType hWordTy) argument
/external/valgrind/memcheck/
H A Dmc_translate.c218 IRType hWordTy; member in struct:_MCEnv
1264 if (mce->hWordTy == Ity_I64) {
4784 IRType tyAddr = mce->hWordTy;
5049 tyH = mce->hWordTy;
5109 tyAddr = mce->hWordTy;
5461 tl_assert(tyAddr == mce->hWordTy); /* not really right */
6351 IRType gWordTy, IRType hWordTy )
6359 if (gWordTy != hWordTy) {
6386 mce.hWordTy = hWordTy;
[all...]
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1425 IRType hWordTy; local
1441 hWordTy = sizeof(HWord)==4 ? Ity_I32 : Ity_I64;
1444 ldt_ptr = newTemp(hWordTy);
1445 gdt_ptr = newTemp(hWordTy);
1449 assign( ldt_ptr, IRExpr_Get( OFFB_LDT, hWordTy ));
1450 assign( gdt_ptr, IRExpr_Get( OFFB_GDT, hWordTy ));

Completed in 961 milliseconds