Searched refs:crbD (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | mtfsb0.c | 10 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 D | mtfsb1.c | 10 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 D | internal.h | 123 EXTRACT_HELPER(crbD, 21, 5);
|
H A D | translate.c | 3829 sh = (crbD(ctx->opcode) & 0x03) - (crbA(ctx->opcode) & 0x03); \ 3838 sh = (crbD(ctx->opcode) & 0x03) - (crbB(ctx->opcode) & 0x03); \ 3846 bitmask = 0x08 >> (crbD(ctx->opcode) & 0x03); \ 3848 tcg_gen_andi_i32(t1, cpu_crf[crbD(ctx->opcode) >> 2], ~bitmask); \ 3849 tcg_gen_or_i32(cpu_crf[crbD(ctx->opcode) >> 2], t0, t1); \
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 631 crb = 31 - crbD(ctx->opcode); 651 crb = 31 - crbD(ctx->opcode);
|