Symbol: ___PPC_RB
arch/powerpc/include/asm/ppc-opcode.h
332
#define __PPC_RB(b) ___PPC_RB(__REG_##b)
arch/powerpc/include/asm/ppc-opcode.h
375
#define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
379
#define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC_EH(eh))
arch/powerpc/include/asm/ppc-opcode.h
380
#define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC_EH(eh))
arch/powerpc/include/asm/ppc-opcode.h
381
#define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC_EH(eh))
arch/powerpc/include/asm/ppc-opcode.h
384
#define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
385
#define PPC_RAW_MADDHD(t, a, b, c) (0x10000030 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PPC_RC(c))
arch/powerpc/include/asm/ppc-opcode.h
386
#define PPC_RAW_MADDHDU(t, a, b, c) (0x10000031 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PPC_RC(c))
arch/powerpc/include/asm/ppc-opcode.h
387
#define PPC_RAW_MADDLD(t, a, b, c) (0x10000033 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PPC_RC(c))
arch/powerpc/include/asm/ppc-opcode.h
388
#define PPC_RAW_MSGSND(b) (0x7c00019c | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
390
#define PPC_RAW_MSGCLR(b) (0x7c0001dc | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
391
#define PPC_RAW_MSGSNDP(b) (0x7c00011c | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
392
#define PPC_RAW_MSGCLRP(b) (0x7c00015c | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
393
#define PPC_RAW_PASTE(a, b) (0x7c20070d | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
404
#define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp))
arch/powerpc/include/asm/ppc-opcode.h
406
(0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
arch/powerpc/include/asm/ppc-opcode.h
408
(0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
arch/powerpc/include/asm/ppc-opcode.h
409
#define PPC_RAW_TLBIEL_v205(rb, l) (0x7c000224 | ___PPC_RB(rb) | (l << 21))
arch/powerpc/include/asm/ppc-opcode.h
419
#define __PPC_RAW_SLBFEE_DOT(t, b) (0x7c0007a7 | ___PPC_RT(t) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
423
#define PPC_RAW_DCBFPS(a, b) (0x7c0000ac | ___PPC_RA(a) | ___PPC_RB(b) | (4 << 21))
arch/powerpc/include/asm/ppc-opcode.h
424
#define PPC_RAW_DCBSTPS(a, b) (0x7c0000ac | ___PPC_RA(a) | ___PPC_RB(b) | (6 << 21))
arch/powerpc/include/asm/ppc-opcode.h
446
((0x1000002d | ___PPC_RT(vrt) | ___PPC_RA(vra) | ___PPC_RB(vrb) | (((vrc) & 0x1f) << 6)))
arch/powerpc/include/asm/ppc-opcode.h
449
#define PPC_RAW_LXVPX(xtp, a, b) (0x7c00029a | __PPC_XTP(xtp) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
450
#define PPC_RAW_STXVPX(xsp, a, b) (0x7c00039a | __PPC_XSP(xsp) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
467
#define PPC_RAW_ICSWX(s, a, b) (0x7c00032d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
468
#define PPC_RAW_ICSWEPX(s, a, b) (0x7c00076d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
471
(0x100000c7 | ___PPC_RT(vrt) | ___PPC_RA(vra) | ___PPC_RB(vrb) | __PPC_RC21)
arch/powerpc/include/asm/ppc-opcode.h
473
(0x10000006 | ___PPC_RT(vrt) | ___PPC_RA(vra) | ___PPC_RB(vrb) | __PPC_RC21)
arch/powerpc/include/asm/ppc-opcode.h
477
#define PPC_RAW_LWZX(t, a, b) (0x7c00002e | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
479
#define PPC_RAW_STDCX(s, a, b) (0x7c0001ad | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
480
#define PPC_RAW_LFSX(t, a, b) (0x7c00042e | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
481
#define PPC_RAW_STFSX(s, a, b) (0x7c00052e | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
482
#define PPC_RAW_LFDX(t, a, b) (0x7c0004ae | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
483
#define PPC_RAW_STFDX(s, a, b) (0x7c0005ae | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
484
#define PPC_RAW_LVX(t, a, b) (0x7c0000ce | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
485
#define PPC_RAW_STVX(s, a, b) (0x7c0001ce | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
486
#define PPC_RAW_ADDE(t, a, b) (0x7c000114 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
489
#define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
490
#define PPC_RAW_ADD_DOT(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1)
arch/powerpc/include/asm/ppc-opcode.h
491
#define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
492
#define PPC_RAW_ADDC_DOT(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1)
arch/powerpc/include/asm/ppc-opcode.h
507
#define PPC_RAW_STDX(r, base, b) (0x7c00012a | ___PPC_RS(r) | ___PPC_RA(base) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
514
#define PPC_RAW_LDX(r, base, b) (0x7c00002a | ___PPC_RT(r) | ___PPC_RA(base) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
517
#define PPC_RAW_LHBRX(r, base, b) (0x7c00062c | ___PPC_RT(r) | ___PPC_RA(base) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
518
#define PPC_RAW_LWBRX(r, base, b) (0x7c00042c | ___PPC_RT(r) | ___PPC_RA(base) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
519
#define PPC_RAW_LDBRX(r, base, b) (0x7c000428 | ___PPC_RT(r) | ___PPC_RA(base) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
520
#define PPC_RAW_STWCX(s, a, b) (0x7c00012d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
523
#define PPC_RAW_CMPW(a, b) (0x7c000000 | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
524
#define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
527
#define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
528
#define PPC_RAW_CMPLD(a, b) (0x7c200040 | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
529
#define PPC_RAW_SUB(d, a, b) (0x7c000050 | ___PPC_RT(d) | ___PPC_RB(a) | ___PPC_RA(b))
arch/powerpc/include/asm/ppc-opcode.h
530
#define PPC_RAW_SUBFC(d, a, b) (0x7c000010 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
531
#define PPC_RAW_SUBFE(d, a, b) (0x7c000110 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
534
#define PPC_RAW_MULD(d, a, b) (0x7c0001d2 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
535
#define PPC_RAW_MULW(d, a, b) (0x7c0001d6 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
536
#define PPC_RAW_MULHWU(d, a, b) (0x7c000016 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
538
#define PPC_RAW_DIVW(d, a, b) (0x7c0003d6 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
539
#define PPC_RAW_DIVWU(d, a, b) (0x7c000396 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
540
#define PPC_RAW_DIVD(d, a, b) (0x7c0003d2 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
541
#define PPC_RAW_DIVDU(d, a, b) (0x7c000392 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
542
#define PPC_RAW_DIVDE(t, a, b) (0x7c000352 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
543
#define PPC_RAW_DIVDE_DOT(t, a, b) (0x7c000352 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1)
arch/powerpc/include/asm/ppc-opcode.h
544
#define PPC_RAW_DIVDEU(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
545
#define PPC_RAW_DIVDEU_DOT(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1)
arch/powerpc/include/asm/ppc-opcode.h
546
#define PPC_RAW_AND(d, a, b) (0x7c000038 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
549
#define PPC_RAW_AND_DOT(d, a, b) (0x7c000039 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
550
#define PPC_RAW_OR(d, a, b) (0x7c000378 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
554
#define PPC_RAW_NOR(d, a, b) (0x7c0000f8 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
555
#define PPC_RAW_XOR(d, a, b) (0x7c000278 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
561
#define PPC_RAW_SLW(d, a, s) (0x7c000030 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(s))
arch/powerpc/include/asm/ppc-opcode.h
562
#define PPC_RAW_SLD(d, a, s) (0x7c000036 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(s))
arch/powerpc/include/asm/ppc-opcode.h
563
#define PPC_RAW_SRW(d, a, s) (0x7c000430 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(s))
arch/powerpc/include/asm/ppc-opcode.h
564
#define PPC_RAW_SRAW(d, a, s) (0x7c000630 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(s))
arch/powerpc/include/asm/ppc-opcode.h
566
#define PPC_RAW_SRD(d, a, s) (0x7c000436 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(s))
arch/powerpc/include/asm/ppc-opcode.h
567
#define PPC_RAW_SRAD(d, a, s) (0x7c000634 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(s))
arch/powerpc/include/asm/ppc-opcode.h
596
#define PPC_RAW_TW(t0, a, b) (0x7c000008 | ___PPC_RS(t0) | ___PPC_RA(a) | ___PPC_RB(b))
tools/testing/selftests/powerpc/nx-gzip/include/copy-paste.h
18
___PPC_RA(a) | ___PPC_RB(b))
tools/testing/selftests/powerpc/nx-gzip/include/copy-paste.h
20
___PPC_RA(a) | ___PPC_RB(b))
tools/testing/selftests/powerpc/stringloops/asm/ppc-opcode.h
29
___PPC_RB(vrb) | __PPC_RC21)
tools/testing/selftests/powerpc/stringloops/asm/ppc-opcode.h
33
___PPC_RB(vrb) | __PPC_RC21)