HomeSort by relevance Sort by last modified time
    Searched refs:s390_amode (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_s390_defs.h 79 } s390_amode; typedef in typeref:struct:__anon16360
82 s390_amode *s390_amode_b12(Int d, HReg b);
83 s390_amode *s390_amode_b20(Int d, HReg b);
84 s390_amode *s390_amode_bx12(Int d, HReg b, HReg x);
85 s390_amode *s390_amode_bx20(Int d, HReg b, HReg x);
86 s390_amode *s390_amode_for_guest_state(Int d);
87 Bool s390_amode_is_sane(const s390_amode *);
89 const HChar *s390_amode_as_string(const s390_amode *);
111 s390_amode *am;
271 s390_amode *src
    [all...]
host_s390_isel.c 128 static s390_amode *s390_isel_amode(ISelEnv *, IRExpr *);
285 /* EXPR is an expression that is used as an address. Return an s390_amode
287 static s390_amode *
323 static s390_amode *
326 s390_amode *am;
804 s390_amode *am = s390_isel_amode(env, expr->Iex.Load.addr);
    [all...]
host_s390_defs.c 204 s390_amode *
207 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode));
221 s390_amode *
224 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode));
238 s390_amode *
241 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode));
257 s390_amode *
    [all...]

Completed in 33 milliseconds