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

/external/valgrind/main/drd/
H A Ddrd_load_store.c597 IRType const hWordTy)
591 instrument(VgCallbackClosure* const closure, IRSB* const bb_in, VexGuestLayout* const layout, VexGuestExtents* const vge, VexArchInfo* archinfo_host, IRType const gWordTy, IRType const hWordTy) argument
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c536 IRType hWordTy; member in struct:__anon32792
613 IRType gWordTy, IRType hWordTy )
620 if (gWordTy != hWordTy) {
642 pce.hWordTy = hWordTy;
684 layout, gWordTy, hWordTy );
691 layout, gWordTy, hWordTy );
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1109 IRType gWordTy, IRType hWordTy,
1203 IRType gWordTy, IRType hWordTy)
1223 (hWordTy == Ity_I64 ?
1235 gWordTy, hWordTy,
1105 add_stmt_call_gdbserver(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1199 instrument_for_gdbserver_if_needed(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy) argument
/external/valgrind/main/VEX/
H A Dtest_main.c84 IRType gWordTy, IRType hWordTy );
299 IRSB* ac_instrument (IRSB* bb_in, VexGuestLayout* layout, IRType hWordTy )
559 IRType hWordTy; member in struct:_MCEnv
2070 IRType tyAddr = mce->hWordTy;
2203 tyH = mce->hWordTy;
2239 tyAddr = mce->hWordTy;
2428 tl_assert(tyAddr == mce->hWordTy); /* not really right */
2596 IRType gWordTy, IRType hWordTy )
2617 mce.hWordTy = hWordTy;
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c905 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy) argument
909 IRExpr_Const(hWordTy == Ity_I32 ?
957 IRType gWordTy, IRType hWordTy )
967 if (gWordTy != hWordTy) {
1193 IRType tyW = hWordTy;
1249 val, hWordTy);
1303 jmps_passed, hWordTy);
/external/valgrind/main/memcheck/
H A Dmc_translate.c211 IRType hWordTy; member in struct:_MCEnv
1184 if (mce->hWordTy == Ity_I64) {
4421 IRType tyAddr = mce->hWordTy;
4686 tyH = mce->hWordTy;
4746 tyAddr = mce->hWordTy;
5098 tl_assert(tyAddr == mce->hWordTy); /* not really right */
5969 IRType gWordTy, IRType hWordTy )
5978 if (gWordTy != hWordTy) {
6006 mce.hWordTy = hWordTy;
[all...]
/external/valgrind/main/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 324 milliseconds