Searched defs:G (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/display/ |
H A D | exynos4210_fimd.c | 377 #define DEF_PIXEL_TO_RGB_A1(N, R, G, B) \ argument 400 #define DEF_PIXEL_TO_RGB_A0(N, R, G, B) \ argument 420 #define DEF_PIXEL_TO_RGB_A(N, R, G, B, A) \ argument
|
/qemu/hw/arm/ |
H A D | exynos4210.c | 269 #define IRQNO(G, B) EXYNOS4210_COMBINER_GET_IRQ_NUM(G, B) argument
|
/qemu/target/mips/ |
H A D | internal.h | 126 unsigned int G:1; member
|
/qemu/target/mips/tcg/system/ |
H A D | tlb_helper.c | 121 bool EHINV, G, V0, D0, V1, D1, XI0, XI1, RI0, RI1; in r4k_helper_tlbwi() local
|
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 137 #define DO_AND(N, M, G) (((N) & (M)) & (G)) argument 138 #define DO_BIC(N, M, G) (((N) & ~(M)) & (G)) argument 139 #define DO_EOR(N, M, G) (((N) ^ (M)) & (G)) argument 140 #define DO_ORR(N, M, G) (((N) | (M)) & (G)) argument 141 #define DO_ORN(N, M, G) (((N) | ~(M)) & (G)) argument 142 #define DO_NOR(N, M, G) (~((N) | (M)) & (G)) argument 143 #define DO_NAND(N, M, G) (~((N) & (M)) & (G)) argument 144 #define DO_SEL(N, M, G) (((N) & (G)) | ((M) & ~(G))) argument
|
/qemu/target/i386/ |
H A D | ops_sse.h | 2620 uint32_t G = a->L(1); in helper_sha256rnds2() local
|
/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 7448 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument
|