Home
last modified time | relevance | path

Searched refs:crbD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dmtfsb0.c10 mtfsb0(int crbD) in mtfsb0() argument
12 if ((crbD != 1) && (crbD != 2)) in mtfsb0()
13 __FPU_FPSCR &= ~(1 << (31 - crbD)); in mtfsb0()
16 printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR); in mtfsb0()
H A Dmtfsb1.c10 mtfsb1(int crbD) in mtfsb1() argument
12 if ((crbD != 1) && (crbD != 2)) in mtfsb1()
13 __FPU_FPSCR |= (1 << (31 - crbD)); in mtfsb1()
16 printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR); in mtfsb1()
/openbmc/qemu/target/ppc/
H A Dinternal.h121 EXTRACT_HELPER(crbD, 21, 5);
H A Dtranslate.c4414 sh = (crbD(ctx->opcode) & 0x03) - (crbA(ctx->opcode) & 0x03); \
4423 sh = (crbD(ctx->opcode) & 0x03) - (crbB(ctx->opcode) & 0x03); \
4431 bitmask = 0x08 >> (crbD(ctx->opcode) & 0x03); \
4433 tcg_gen_andi_i32(t1, cpu_crf[crbD(ctx->opcode) >> 2], ~bitmask); \
4434 tcg_gen_or_i32(cpu_crf[crbD(ctx->opcode) >> 2], t0, t1); \
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc691 crb = 31 - crbD(ctx->opcode);
711 crb = 31 - crbD(ctx->opcode);