HomeSort by relevance Sort by last modified time
    Searched defs:ARG3 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 56 UWord arg3; member in struct:SyscallArgs
320 #define ARG3 (arrghs->arg3)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 337 #define ARG3(a,b,c) a,b,c
608 #define SHLD_L(a,b,c) CHOICE(shldl ARG3(a,b,c), shldl ARG3(a,b,c), _LTOG shld ARG3(c,b,a))
609 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
610 #define SHLD_W(a,b,c) CHOICE(shldw ARG3(a,b,c), shldw ARG3(a,b,c), _WTOG shld ARG3(c,b,a))
611 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL)
    [all...]

Completed in 203 milliseconds