Home
last modified time | relevance | path

Searched refs:SH (Results 1 – 10 of 10) sorted by relevance

/qemu/target/ppc/
H A Dinternal.h149 EXTRACT_HELPER(SH, 11, 5);
H A Dtranslate.c2004 uint32_t sh = SH(ctx->opcode); in gen_rlwimi()
2055 int sh = SH(ctx->opcode); in gen_rlwinm()
2208 sh = SH(ctx->opcode) | (shn << 5); in gen_rldicl()
2219 sh = SH(ctx->opcode) | (shn << 5); in gen_rldicr()
2230 sh = SH(ctx->opcode) | (shn << 5); in gen_rldic()
2278 uint32_t sh = SH(ctx->opcode) | (shn << 5); in gen_rldimi()
2339 int sh = SH(ctx->opcode); in gen_srawi()
2421 int sh = SH(ctx->opcode) + (n << 5); in gen_sradi()
2460 int sh = SH(ctx->opcode) + (n << 5); in gen_extswsli()
H A Dint_helper.c1102 VMUL(SH, s16, VsrSH, VsrSW, int32_t) in VMUL()
/qemu/target/arm/tcg/
H A Dsve_helper.c2288 #define DO_ADDHN(N, M, SH) ((N + M) >> SH) argument
2289 #define DO_RADDHN(N, M, SH) ((N + M + ((__typeof(N))1 << (SH - 1))) >> SH) argument
2290 #define DO_SUBHN(N, M, SH) ((N - M) >> SH) argument
2291 #define DO_RSUBHN(N, M, SH) ((N - M + ((__typeof(N))1 << (SH - 1))) >> SH) argument
/qemu/tcg/ppc/
H A Dtcg-target.c.inc688 #define SH(s) ((s)<<11)
902 sh = SH(sh & 0x1f) | (((sh >> 5) & 1) << 1);
918 tcg_out32(s, op | RA(ra) | RS(rs) | SH(sh & 0x1f) | MB(mb) | ME(me) | rc);
988 tcg_out32(s, SRAWI | RA(dst) | RS(src) | SH(c & 31));
1003 tcg_out32(s, SRADI | RA(dst) | RS(src) | SH(c & 0x1f) | ((c >> 4) & 2));
/qemu/target/arm/
H A Dcpu.h2381 FIELD(GPCCR, SH, 12, 2)
H A Dptw.c341 switch (FIELD_EX64(gpccr, GPCCR, SH)) { in granule_protection_check()
/qemu/pc-bios/
H A Dqemu.rsrc323 $"0002 154C 538D 5202 5348 08E8 0002 184D" /* ...LSçR.SH.Ë...M */
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc925 C(0x4b00, SH, RX_a, Z, r1, m2_16s, new, r1_32, sub, subs32)
/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc483 /* P.GP.SH instruction pool */