Searched defs:PTR (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | load_align.c | 122 #define LOAD_ap(SZ, RES, PTR, ADDR) \ argument 126 #define LOAD_ap_b(RES, PTR, ADDR) \ argument 128 #define LOAD_ap_h(RES, PTR, ADDR) \ argument 161 #define LOAD_pr(SZ, RES, PTR, INC) \ argument 168 #define LOAD_pr_b(RES, PTR, INC) \ argument 170 #define LOAD_pr_h(RES, PTR, INC) \ argument 203 #define LOAD_pbr(SZ, RES, PTR) \ argument 211 #define LOAD_pbr_b(RES, PTR) \ argument 213 #define LOAD_pbr_h(RES, PTR) \ argument 242 #define LOAD_pi(SZ, RES, PTR, INC) \ argument [all …]
|
H A D | load_unpack.c | 136 #define BxW_LOAD_ap(SZ, RES, PTR, ADDR) \ argument 140 #define BxW_LOAD_ap_Z(RES, PTR, ADDR) \ argument 142 #define BxW_LOAD_ap_S(RES, PTR, ADDR) \ argument 180 #define BxW_LOAD_pr(SZ, RES, PTR, INC) \ argument 187 #define BxW_LOAD_pr_Z(RES, PTR, INC) \ argument 189 #define BxW_LOAD_pr_S(RES, PTR, INC) \ argument 227 #define BxW_LOAD_pbr(SZ, RES, PTR) \ argument 235 #define BxW_LOAD_pbr_Z(RES, PTR) \ argument 237 #define BxW_LOAD_pbr_S(RES, PTR) \ argument 271 #define BxW_LOAD_pi(SZ, RES, PTR, INC) \ argument [all …]
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 476 # define PTR i32 macro 479 # define PTR i64 macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 372 #define PTR .word macro 397 #define PTR .dword macro
|
/openbmc/u-boot/fs/jffs2/ |
H A D | compr_lzo.c | 136 #define PTR(a) ((lzo_ptr_t) (a)) macro
|
/openbmc/qemu/include/disas/ |
H A D | dis-asm.h | 14 typedef void *PTR; typedef
|