Searched refs:SH (Results 1 – 10 of 10) sorted by relevance
/qemu/target/ppc/ |
H A D | internal.h | 149 EXTRACT_HELPER(SH, 11, 5);
|
H A D | translate.c | 2004 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 D | int_helper.c | 1102 VMUL(SH, s16, VsrSH, VsrSW, int32_t) in VMUL()
|
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 2288 #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 D | tcg-target.c.inc | 688 #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 D | cpu.h | 2381 FIELD(GPCCR, SH, 12, 2)
|
H A D | ptw.c | 341 switch (FIELD_EX64(gpccr, GPCCR, SH)) { in granule_protection_check()
|
/qemu/pc-bios/ |
H A D | qemu.rsrc | 323 $"0002 154C 538D 5202 5348 08E8 0002 184D" /* ...LSçR.SH.Ë...M */
|
/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 925 C(0x4b00, SH, RX_a, Z, r1, m2_16s, new, r1_32, sub, subs32)
|
/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 483 /* P.GP.SH instruction pool */
|