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

/external/valgrind/drd/
H A Ddrd_load_store.c599 IRType const hWordTy)
593 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:__anon16276
613 IRType gWordTy, IRType hWordTy )
620 if (gWordTy != hWordTy) {
642 pce.hWordTy = hWordTy;
684 layout, gWordTy, hWordTy );
691 layout, gWordTy, hWordTy );
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1138 IRType gWordTy, IRType hWordTy,
1232 IRType gWordTy, IRType hWordTy)
1252 (hWordTy == Ity_I64 ?
1264 gWordTy, hWordTy,
1134 add_stmt_call_gdbserver(IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1228 instrument_for_gdbserver_if_needed(IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRType gWordTy, IRType hWordTy) argument
/external/valgrind/VEX/useful/
H A Dtest_main.c84 IRType gWordTy, IRType hWordTy );
320 IRSB* ac_instrument (IRSB* bb_in, VexGuestLayout* layout, IRType hWordTy )
580 IRType hWordTy; member in struct:_MCEnv
2090 IRType tyAddr = mce->hWordTy;
2223 tyH = mce->hWordTy;
2259 tyAddr = mce->hWordTy;
2448 tl_assert(tyAddr == mce->hWordTy); /* not really right */
2616 IRType gWordTy, IRType hWordTy )
2637 mce.hWordTy = hWordTy;
[all...]
/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/memcheck/
H A Dmc_translate.c218 IRType hWordTy; member in struct:_MCEnv
1253 if (mce->hWordTy == Ity_I64) {
4701 IRType tyAddr = mce->hWordTy;
4966 tyH = mce->hWordTy;
5026 tyAddr = mce->hWordTy;
5378 tl_assert(tyAddr == mce->hWordTy); /* not really right */
6251 IRType gWordTy, IRType hWordTy )
6260 if (gWordTy != hWordTy) {
6287 mce.hWordTy = hWordTy;
[all...]
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1424 IRType hWordTy; local
1439 hWordTy = sizeof(HWord)==4 ? Ity_I32 : Ity_I64;
1442 ldt_ptr = newTemp(hWordTy);
1443 gdt_ptr = newTemp(hWordTy);
1447 assign( ldt_ptr, IRExpr_Get( OFFB_LDT, hWordTy ));
1448 assign( gdt_ptr, IRExpr_Get( OFFB_GDT, hWordTy ));

Completed in 295 milliseconds