Home
last modified time | relevance | path

Searched defs:G (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/display/
H A Dexynos4210_fimd.c377 #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 Dexynos4210.c269 #define IRQNO(G, B) EXYNOS4210_COMBINER_GET_IRQ_NUM(G, B) argument
/qemu/target/mips/
H A Dinternal.h126 unsigned int G:1; member
/qemu/target/mips/tcg/system/
H A Dtlb_helper.c121 bool EHINV, G, V0, D0, V1, D1, XI0, XI1, RI0, RI1; in r4k_helper_tlbwi() local
/qemu/target/arm/tcg/
H A Dsve_helper.c137 #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 Dops_sse.h2620 uint32_t G = a->L(1); in helper_sha256rnds2() local
/qemu/target/mips/tcg/
H A Dmsa_helper.c7448 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument