|
| consteval u32 | tk::ppc::internal::I_form (u8 op, s32 li, bool aa, bool lk) |
| consteval u32 | tk::ppc::internal::B_form (u8 op, u8 bo, u8 bi, s16 bd, bool aa, bool lk) |
| consteval u32 | tk::ppc::internal::D_form (u8 op, u8 rsd, u8 ra, s16 d) |
| consteval u32 | tk::ppc::internal::X_form (u8 op, u8 rsd, u8 ra, u8 rb, u16 xo, bool rc) |
| consteval u32 | tk::ppc::internal::XO_form (u8 op, u8 rt, u8 ra, u8 rb, bool oe, u16 xo, bool rc) |
| consteval u32 | tk::ppc::internal::A_form (u8 op, u8 frt, u8 fra, u8 frb, u8 frc, u8 xo, bool rc) |
| consteval u32 | tk::ppc::internal::M_form (u8 op, u8 rs, u8 ra, u8 sh, u8 mb, u8 me, bool rc) |
| consteval u32 | tk::ppc::internal::XL_form (u8 op, u8 bt, u8 ba, u8 bb, u16 xo, bool lk) |
| consteval u32 | tk::ppc::internal::XFX_spr_form (u8 op, u8 rsd, u16 spr, u16 xo) |
| consteval u32 | tk::ppc::internal::XFX_crm_form (u8 op, u8 rs, u8 crm, u16 xo) |
| consteval u32 | tk::ppc::internal::XFL_form (u8 op, u8 fm, u8 frb, u16 xo, bool rc) |
| consteval u32 | tk::ppc::internal::DW_form (u8 op, u8 frsd, u8 ra, s16 d, bool w, u8 i) |
| consteval u32 | tk::ppc::internal::XW_form (u8 xo, u8 frsd, u8 ra, u8 rb, bool w, u8 i) |
| consteval u8 | tk::ppc::internal::cr_field (CR cr) |
| consteval u32 | tk::ppc::internal::branch_disp (u32 base, s16 byte_offset) |
| consteval u32 | tk::ppc::internal::branch_bi (u32 base, u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::internal::branch_cr (u32 base, CR cr, s16 byte_offset) |
| consteval u32 | tk::ppc::internal::branch_xl_bi (u32 base, u8 bi) |
| consteval u32 | tk::ppc::internal::branch_xl_cr (u32 base, CR cr) |
| consteval u32 | tk::ppc::addi (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::addis (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::addic (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::addic_dot (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::subfic (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::mulli (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::subi (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::subis (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::subic (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::subic_dot (R rt, R ra, s16 si) |
| consteval u32 | tk::ppc::la (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::li (R rt, s16 si) |
| consteval u32 | tk::ppc::lis (R rt, s16 si) |
| consteval u32 | tk::ppc::add (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::addo (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::addc (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::addco (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::subfc (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::subfco (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::adde (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::addeo (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::subfe (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::subfeo (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::subf (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::subfo (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::mullw (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::mullwo (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::mulhw (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::mulhwu (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::divw (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::divwo (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::divwu (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::divwuo (R rt, R ra, R rb, bool rc=false) |
| consteval u32 | tk::ppc::sub (R rt, R lhs, R rhs, bool rc=false) |
| consteval u32 | tk::ppc::subo (R rt, R lhs, R rhs, bool rc=false) |
| consteval u32 | tk::ppc::subc (R rt, R lhs, R rhs, bool rc=false) |
| consteval u32 | tk::ppc::subco (R rt, R lhs, R rhs, bool rc=false) |
| consteval u32 | tk::ppc::addme (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::addmeo (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::subfme (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::subfmeo (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::addze (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::addzeo (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::subfze (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::subfzeo (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::neg (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::nego (R rt, R ra, bool rc=false) |
| consteval u32 | tk::ppc::cmpi (R ra, s16 si, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::cmpli (R ra, u16 ui, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::cmp (R ra, R rb, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::cmpl (R ra, R rb, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::cmpwi (R ra, s16 si, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::cmplwi (R ra, u16 ui, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::cmpw (R ra, R rb, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::cmplw (R ra, R rb, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::andi (R ra, R rs, u16 ui) |
| consteval u32 | tk::ppc::andis (R ra, R rs, u16 ui) |
| consteval u32 | tk::ppc::ori (R ra, R rs, u16 ui) |
| consteval u32 | tk::ppc::oris (R ra, R rs, u16 ui) |
| consteval u32 | tk::ppc::xori (R ra, R rs, u16 ui) |
| consteval u32 | tk::ppc::xoris (R ra, R rs, u16 ui) |
| consteval u32 | tk::ppc::andr (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::xorr (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::orr (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::nand (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::norr (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::andc (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::eqv (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::orc (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::extsb (R ra, R rs, bool rc=false) |
| consteval u32 | tk::ppc::extsh (R ra, R rs, bool rc=false) |
| consteval u32 | tk::ppc::cntlzw (R ra, R rs, bool rc=false) |
| consteval u32 | tk::ppc::mr (R ra, R rs, bool rc=false) |
| consteval u32 | tk::ppc::notr (R ra, R rs, bool rc=false) |
| consteval u32 | tk::ppc::isel (R rt, R ra, R rb, u8 bc) |
| consteval u32 | tk::ppc::isellt (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::iselgt (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::iseleq (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::yield () |
| consteval u32 | tk::ppc::mdoio () |
| consteval u32 | tk::ppc::mdoom () |
| consteval u32 | tk::ppc::nop () |
| consteval u32 | tk::ppc::rlwinm (R ra, R rs, u8 sh, u8 mb, u8 me, bool rc=false) |
| consteval u32 | tk::ppc::rlwnm (R ra, R rs, R rb, u8 mb, u8 me, bool rc=false) |
| consteval u32 | tk::ppc::rlwimi (R ra, R rs, u8 sh, u8 mb, u8 me, bool rc=false) |
| consteval u32 | tk::ppc::extlwi (R ra, R rs, u8 n, u8 b, bool rc=false) |
| consteval u32 | tk::ppc::extrwi (R ra, R rs, u8 n, u8 b, bool rc=false) |
| consteval u32 | tk::ppc::inslwi (R ra, R rs, u8 n, u8 b, bool rc=false) |
| consteval u32 | tk::ppc::insrwi (R ra, R rs, u8 n, u8 b, bool rc=false) |
| consteval u32 | tk::ppc::rotlwi (R ra, R rs, u8 n, bool rc=false) |
| consteval u32 | tk::ppc::rotrwi (R ra, R rs, u8 n, bool rc=false) |
| consteval u32 | tk::ppc::rotlw (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::slwi (R ra, R rs, u8 n, bool rc=false) |
| consteval u32 | tk::ppc::srwi (R ra, R rs, u8 n, bool rc=false) |
| consteval u32 | tk::ppc::clrlwi (R ra, R rs, u8 n, bool rc=false) |
| consteval u32 | tk::ppc::clrrwi (R ra, R rs, u8 n, bool rc=false) |
| consteval u32 | tk::ppc::clrlslwi (R ra, R rs, u8 b, u8 n, bool rc=false) |
| consteval u32 | tk::ppc::slw (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::srw (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::srawi (R ra, R rs, u8 sh, bool rc=false) |
| consteval u32 | tk::ppc::sraw (R ra, R rs, R rb, bool rc=false) |
| consteval u32 | tk::ppc::fadd (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fadds (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fsub (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fsubs (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fmul (F fd, F fa, F fc, bool rc=false) |
| consteval u32 | tk::ppc::fmuls (F fd, F fa, F fc, bool rc=false) |
| consteval u32 | tk::ppc::fdiv (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fdivs (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fmadd (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fmadds (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fmsub (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fmsubs (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fnmadd (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fnmadds (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fnmsub (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fnmsubs (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::frsp (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fctiw (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fctiwz (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fcmpu (CR cr, F fa, F fb) |
| consteval u32 | tk::ppc::fcmpo (CR cr, F fa, F fb) |
| consteval u32 | tk::ppc::mffs (F fd, bool rc=false) |
| consteval u32 | tk::ppc::mcrfs (CR crd, CR crs) |
| consteval u32 | tk::ppc::mtfsfi (CR crd, u8 imm4, bool rc=false) |
| consteval u32 | tk::ppc::mtfsf (u8 fm, F fb, bool rc=false) |
| consteval u32 | tk::ppc::mtfsb0 (u8 crb, bool rc=false) |
| consteval u32 | tk::ppc::mtfsb1 (u8 crb, bool rc=false) |
| consteval u32 | tk::ppc::lbz (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lbzu (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lhz (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lhzu (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lha (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lhau (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lwz (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lwzu (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::lbzx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lbzux (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lhzx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lhzux (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lhax (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lhaux (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lwzx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lwzux (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::stb (R rs, R ra, s16 d) |
| consteval u32 | tk::ppc::stbu (R rs, R ra, s16 d) |
| consteval u32 | tk::ppc::sth (R rs, R ra, s16 d) |
| consteval u32 | tk::ppc::sthu (R rs, R ra, s16 d) |
| consteval u32 | tk::ppc::stw (R rs, R ra, s16 d) |
| consteval u32 | tk::ppc::stwu (R rs, R ra, s16 d) |
| consteval u32 | tk::ppc::stbx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::stbux (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::sthx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::sthux (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::stwx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::stwux (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::lhbrx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::lwbrx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::sthbrx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::stwbrx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::lmw (R rt, R ra, s16 d) |
| consteval u32 | tk::ppc::stmw (R rs, R ra, s16 d) |
| consteval u32 | tk::ppc::lswi (R rt, R ra, u8 nb) |
| consteval u32 | tk::ppc::lswx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::stswi (R rs, R ra, u8 nb) |
| consteval u32 | tk::ppc::stswx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::sync (u8 l=0) |
| consteval u32 | tk::ppc::lwsync () |
| consteval u32 | tk::ppc::ptesync () |
| consteval u32 | tk::ppc::isync () |
| consteval u32 | tk::ppc::eieio () |
| consteval u32 | tk::ppc::lwarx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::stwcx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::lfs (F ft, R ra, s16 d) |
| consteval u32 | tk::ppc::lfsu (F ft, R ra, s16 d) |
| consteval u32 | tk::ppc::lfd (F ft, R ra, s16 d) |
| consteval u32 | tk::ppc::lfdu (F ft, R ra, s16 d) |
| consteval u32 | tk::ppc::lfsx (F ft, R ra, R rb) |
| consteval u32 | tk::ppc::lfsux (F ft, R ra, R rb) |
| consteval u32 | tk::ppc::lfdx (F ft, R ra, R rb) |
| consteval u32 | tk::ppc::lfdux (F ft, R ra, R rb) |
| consteval u32 | tk::ppc::stfs (F fs, R ra, s16 d) |
| consteval u32 | tk::ppc::stfsu (F fs, R ra, s16 d) |
| consteval u32 | tk::ppc::stfd (F fs, R ra, s16 d) |
| consteval u32 | tk::ppc::stfdu (F fs, R ra, s16 d) |
| consteval u32 | tk::ppc::stfsx (F fs, R ra, R rb) |
| consteval u32 | tk::ppc::stfsux (F fs, R ra, R rb) |
| consteval u32 | tk::ppc::stfdx (F fs, R ra, R rb) |
| consteval u32 | tk::ppc::stfdux (F fs, R ra, R rb) |
| consteval u32 | tk::ppc::fmr (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fabs (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fneg (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fnabs (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::bt (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bf (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnz (s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzt (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzf (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdz (s16 byte_offset) |
| consteval u32 | tk::ppc::bdzt (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdzf (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bta (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bfa (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnza (s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzta (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzfa (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdza (s16 byte_offset) |
| consteval u32 | tk::ppc::bdzta (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdzfa (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::btl (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bfl (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzl (s16 byte_offset) |
| consteval u32 | tk::ppc::bdnztl (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzfl (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdzl (s16 byte_offset) |
| consteval u32 | tk::ppc::bdztl (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdzfl (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::btla (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bfla (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzla (s16 byte_offset) |
| consteval u32 | tk::ppc::bdnztla (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdnzfla (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdzla (s16 byte_offset) |
| consteval u32 | tk::ppc::bdztla (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bdzfla (u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::btlr (u8 bi) |
| consteval u32 | tk::ppc::bflr (u8 bi) |
| consteval u32 | tk::ppc::bdnzlr () |
| consteval u32 | tk::ppc::bdnztlr (u8 bi) |
| consteval u32 | tk::ppc::bdnzflr (u8 bi) |
| consteval u32 | tk::ppc::bdzlr () |
| consteval u32 | tk::ppc::bdztlr (u8 bi) |
| consteval u32 | tk::ppc::bdzflr (u8 bi) |
| consteval u32 | tk::ppc::btctr (u8 bi) |
| consteval u32 | tk::ppc::bfctr (u8 bi) |
| consteval u32 | tk::ppc::btlrl (u8 bi) |
| consteval u32 | tk::ppc::bflrl (u8 bi) |
| consteval u32 | tk::ppc::bdnzlrl () |
| consteval u32 | tk::ppc::bdnztlrl (u8 bi) |
| consteval u32 | tk::ppc::bdnzflrl (u8 bi) |
| consteval u32 | tk::ppc::bdzlrl () |
| consteval u32 | tk::ppc::bdztlrl (u8 bi) |
| consteval u32 | tk::ppc::bdzflrl (u8 bi) |
| consteval u32 | tk::ppc::btctrl (u8 bi) |
| consteval u32 | tk::ppc::bfctrl (u8 bi) |
| consteval u32 | tk::ppc::bltlr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blelr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beqlr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgelr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgtlr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnllr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnelr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnglr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bsolr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnslr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bunlr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnulr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bltctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blectr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beqctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgectr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgtctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnlctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnectr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bngctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bsoctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnsctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bunctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnuctr (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bltlrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blelrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beqlrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgelrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgtlrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnllrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnelrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnglrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bsolrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnslrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bunlrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnulrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bltctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blectrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beqctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgectrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgtctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnlctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnectrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bngctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bsoctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnsctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bunctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnuctrl (CR cr=CR::cr0) |
| consteval u32 | tk::ppc::b (s32 byte_offset) |
| consteval u32 | tk::ppc::ba (s32 byte_offset) |
| consteval u32 | tk::ppc::bl (s32 byte_offset) |
| consteval u32 | tk::ppc::bla (s32 byte_offset) |
| consteval u32 | tk::ppc::blr () |
| consteval u32 | tk::ppc::bctr () |
| consteval u32 | tk::ppc::blrl () |
| consteval u32 | tk::ppc::bctrl () |
| consteval u32 | tk::ppc::bclr (u8 bo, u8 bi) |
| consteval u32 | tk::ppc::bclrl (u8 bo, u8 bi) |
| consteval u32 | tk::ppc::bcctr (u8 bo, u8 bi) |
| consteval u32 | tk::ppc::bcctrl (u8 bo, u8 bi) |
| consteval u32 | tk::ppc::bc (u8 bo, u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bca (u8 bo, u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bcl (u8 bo, u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::bcla (u8 bo, u8 bi, s16 byte_offset) |
| consteval u32 | tk::ppc::blt (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::ble (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beq (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bge (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgt (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnl (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bne (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bng (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bso (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bns (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bun (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnu (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blta (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blea (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beqa (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgea (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgta (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnea (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnga (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bsoa (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnsa (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::buna (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnua (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bltl (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blel (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beql (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgel (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgtl (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnll (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnel (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bngl (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bsol (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnsl (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bunl (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnul (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bltla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::blela (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::beqla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgela (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bgtla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnlla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnela (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bngla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bsola (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnsla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bunla (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::bnula (s16 byte_offset, CR cr=CR::cr0) |
| consteval u32 | tk::ppc::mcrf (CR crd, CR crs) |
| consteval u32 | tk::ppc::crand (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::crxor (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::cror (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::crnand (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::crnor (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::crandc (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::creqv (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::crorc (u8 crbd, u8 crba, u8 crbb) |
| consteval u32 | tk::ppc::crset (u8 crbd) |
| consteval u32 | tk::ppc::crclr (u8 crbd) |
| consteval u32 | tk::ppc::crmove (u8 crbd, u8 crba) |
| consteval u32 | tk::ppc::crnot (u8 crbd, u8 crba) |
| consteval u32 | tk::ppc::sc () |
| consteval u32 | tk::ppc::rfi () |
| consteval u32 | tk::ppc::twi (u8 to, R ra, s16 si) |
| consteval u32 | tk::ppc::tw (u8 to, R ra, R rb) |
| consteval u32 | tk::ppc::twlti (R ra, s16 imm) |
| consteval u32 | tk::ppc::twlei (R ra, s16 imm) |
| consteval u32 | tk::ppc::tweqi (R ra, s16 imm) |
| consteval u32 | tk::ppc::twgei (R ra, s16 imm) |
| consteval u32 | tk::ppc::twgti (R ra, s16 imm) |
| consteval u32 | tk::ppc::twnli (R ra, s16 imm) |
| consteval u32 | tk::ppc::twnei (R ra, s16 imm) |
| consteval u32 | tk::ppc::twngi (R ra, s16 imm) |
| consteval u32 | tk::ppc::twllti (R ra, u16 imm) |
| consteval u32 | tk::ppc::twllei (R ra, u16 imm) |
| consteval u32 | tk::ppc::twlgei (R ra, u16 imm) |
| consteval u32 | tk::ppc::twlgti (R ra, u16 imm) |
| consteval u32 | tk::ppc::twlnli (R ra, u16 imm) |
| consteval u32 | tk::ppc::twlngi (R ra, u16 imm) |
| consteval u32 | tk::ppc::trap () |
| consteval u32 | tk::ppc::twlt (R ra, R rb) |
| consteval u32 | tk::ppc::twle (R ra, R rb) |
| consteval u32 | tk::ppc::tweq (R ra, R rb) |
| consteval u32 | tk::ppc::twge (R ra, R rb) |
| consteval u32 | tk::ppc::twgt (R ra, R rb) |
| consteval u32 | tk::ppc::twnl (R ra, R rb) |
| consteval u32 | tk::ppc::twne (R ra, R rb) |
| consteval u32 | tk::ppc::twng (R ra, R rb) |
| consteval u32 | tk::ppc::twllt (R ra, R rb) |
| consteval u32 | tk::ppc::twlle (R ra, R rb) |
| consteval u32 | tk::ppc::twlge (R ra, R rb) |
| consteval u32 | tk::ppc::twlgt (R ra, R rb) |
| consteval u32 | tk::ppc::twlnl (R ra, R rb) |
| consteval u32 | tk::ppc::twlng (R ra, R rb) |
| consteval u32 | tk::ppc::mtmsr (R rs) |
| consteval u32 | tk::ppc::mfmsr (R rt) |
| consteval u32 | tk::ppc::mtspr (u16 spr, R rs) |
| consteval u32 | tk::ppc::mfspr (R rt, u16 spr) |
| consteval u32 | tk::ppc::mtlr (R rs) |
| consteval u32 | tk::ppc::mflr (R rt) |
| consteval u32 | tk::ppc::mtctr (R rs) |
| consteval u32 | tk::ppc::mfctr (R rt) |
| consteval u32 | tk::ppc::mtxer (R rs) |
| consteval u32 | tk::ppc::mfxer (R rt) |
| consteval u32 | tk::ppc::mfpvr (R rt) |
| consteval u32 | tk::ppc::mtdsisr (R rs) |
| consteval u32 | tk::ppc::mfdsisr (R rt) |
| consteval u32 | tk::ppc::mtdar (R rs) |
| consteval u32 | tk::ppc::mfdar (R rt) |
| consteval u32 | tk::ppc::mtdec (R rs) |
| consteval u32 | tk::ppc::mfdec (R rt) |
| consteval u32 | tk::ppc::mtsrr0 (R rs) |
| consteval u32 | tk::ppc::mfsrr0 (R rt) |
| consteval u32 | tk::ppc::mtsrr1 (R rs) |
| consteval u32 | tk::ppc::mfsrr1 (R rt) |
| consteval u32 | tk::ppc::mtsdr1 (R rs) |
| consteval u32 | tk::ppc::mfsdr1 (R rt) |
| consteval u32 | tk::ppc::mtear (R rs) |
| consteval u32 | tk::ppc::mfear (R rt) |
| consteval u32 | tk::ppc::mtsprg (u8 sprg, R rs) |
| consteval u32 | tk::ppc::mfsprg (R rt, u8 sprg) |
| consteval u32 | tk::ppc::mtibatl (u8 bat, R rs) |
| consteval u32 | tk::ppc::mtibatu (u8 bat, R rs) |
| consteval u32 | tk::ppc::mfibatl (R rt, u8 bat) |
| consteval u32 | tk::ppc::mfibatu (R rt, u8 bat) |
| consteval u32 | tk::ppc::mtdbatl (u8 bat, R rs) |
| consteval u32 | tk::ppc::mtdbatu (u8 bat, R rs) |
| consteval u32 | tk::ppc::mfdbatl (R rt, u8 bat) |
| consteval u32 | tk::ppc::mfdbatu (R rt, u8 bat) |
| consteval u32 | tk::ppc::mttbl (R rs) |
| consteval u32 | tk::ppc::mttbu (R rs) |
| consteval u32 | tk::ppc::mftbl (R rt) |
| consteval u32 | tk::ppc::mftbu (R rt) |
| consteval u32 | tk::ppc::mtcrf (u8 crm, R rs) |
| consteval u32 | tk::ppc::mtcr (R rs) |
| consteval u32 | tk::ppc::mfcr (R rt) |
| consteval u32 | tk::ppc::mcrxr (CR crd) |
| consteval u32 | tk::ppc::dcbz (R ra, R rb) |
| consteval u32 | tk::ppc::dcbst (R ra, R rb) |
| consteval u32 | tk::ppc::dcbf (R ra, R rb) |
| consteval u32 | tk::ppc::dcbi (R ra, R rb) |
| consteval u32 | tk::ppc::icbi (R ra, R rb) |
| consteval u32 | tk::ppc::mtsr (u8 sr, R rs) |
| consteval u32 | tk::ppc::mfsr (R rt, u8 sr) |
| consteval u32 | tk::ppc::mtsrin (R rs, R rb) |
| consteval u32 | tk::ppc::mfsrin (R rt, R rb) |
| consteval u32 | tk::ppc::tlbie (R rb) |
| consteval u32 | tk::ppc::eciwx (R rt, R ra, R rb) |
| consteval u32 | tk::ppc::ecowx (R rs, R ra, R rb) |
| consteval u32 | tk::ppc::fres (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::frsqrte (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::fsel (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::stfiwx (F fs, R ra, R rb) |
| consteval u32 | tk::ppc::tlbsync () |
| consteval u32 | tk::ppc::psq_l (F ft, R ra, s16 d, bool w, u8 i) |
| consteval u32 | tk::ppc::psq_lu (F ft, R ra, s16 d, bool w, u8 i) |
| consteval u32 | tk::ppc::psq_lux (F ft, R ra, R rb, bool w, u8 i) |
| consteval u32 | tk::ppc::psq_lx (F ft, R ra, R rb, bool w, u8 i) |
| consteval u32 | tk::ppc::psq_st (F fs, R ra, s16 d, bool w, u8 i) |
| consteval u32 | tk::ppc::psq_stu (F fs, R ra, s16 d, bool w, u8 i) |
| consteval u32 | tk::ppc::psq_stux (F fs, R ra, R rb, bool w, u8 i) |
| consteval u32 | tk::ppc::psq_stx (F fs, R ra, R rb, bool w, u8 i) |
| consteval u32 | tk::ppc::ps_mr (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_add (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_sub (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_mul (F fd, F fa, F fc, bool rc=false) |
| consteval u32 | tk::ppc::ps_div (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_madd (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_msub (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_nmadd (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_nmsub (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_sel (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_abs (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_nabs (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_neg (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_res (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_rsqrte (F fd, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_muls0 (F fd, F fa, F fc, bool rc=false) |
| consteval u32 | tk::ppc::ps_muls1 (F fd, F fa, F fc, bool rc=false) |
| consteval u32 | tk::ppc::ps_madds0 (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_madds1 (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_sum0 (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_sum1 (F fd, F fa, F fc, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_merge00 (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_merge01 (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_merge10 (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_merge11 (F fd, F fa, F fb, bool rc=false) |
| consteval u32 | tk::ppc::ps_cmpo0 (CR cr, F fa, F fb) |
| consteval u32 | tk::ppc::ps_cmpo1 (CR cr, F fa, F fb) |
| consteval u32 | tk::ppc::ps_cmpu0 (CR cr, F fa, F fb) |
| consteval u32 | tk::ppc::ps_cmpu1 (CR cr, F fa, F fb) |
| consteval u32 | tk::ppc::dcbz_l (R ra, R rb) |