Lines Matching defs:ARG_VALUE
416 #define ARG_VALUE(arg) (arg)
431 #define ARG1u(p) ARG_VALUE(ARG1u_LOC(p))
432 #define ARG1i(p) ARG_VALUE(ARG1i_LOC(p))
433 #define ARG1a(p) ARG_VALUE(ARG1a_LOC(p))
434 #define ARG1b(p) ARG_VALUE(ARG1b_LOC(p))
436 #define ARG2u(p) ARG_VALUE(ARG2u_LOC(p))
437 #define ARG2i(p) ARG_VALUE(ARG2i_LOC(p))
438 #define ARG2a(p) ARG_VALUE(ARG2a_LOC(p))
439 #define ARG2b(p) ARG_VALUE(ARG2b_LOC(p))
441 #define ARG3u(p) ARG_VALUE(ARG3u_LOC(p))
442 #define ARG3i(p) ARG_VALUE(ARG3i_LOC(p))
443 #define ARG3a(p) ARG_VALUE(ARG3a_LOC(p))
444 #define ARG3b(p) ARG_VALUE(ARG3b_LOC(p))