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:__anon35788
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;
326 s390_amode *op2
    [all...]
host_s390_isel.c 129 static s390_amode *s390_isel_amode(ISelEnv *, IRExpr *);
288 /* EXPR is an expression that is used as an address. Return an s390_amode
290 static s390_amode *
326 static s390_amode *
329 s390_amode *am;
    [all...]
host_s390_defs.c 205 s390_amode *
208 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode));
222 s390_amode *
225 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode));
239 s390_amode *
242 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode));
258 s390_amode *
    [all...]

Completed in 398 milliseconds