• Home
  • Raw
  • Download

Lines Matching refs:setFixed

500          setFixed(PhysReg{128});  in Operand()
508 setFixed(reg); in Operand()
522 op.setFixed(PhysReg{0u}); in c8()
535 op.setFixed(PhysReg{128u + v}); in c16()
537 op.setFixed(PhysReg{(unsigned)(192 - (int16_t)v)}); in c16()
539 op.setFixed(PhysReg{240}); in c16()
541 op.setFixed(PhysReg{241}); in c16()
543 op.setFixed(PhysReg{242}); in c16()
545 op.setFixed(PhysReg{243}); in c16()
547 op.setFixed(PhysReg{244}); in c16()
549 op.setFixed(PhysReg{245}); in c16()
551 op.setFixed(PhysReg{246}); in c16()
553 op.setFixed(PhysReg{247}); in c16()
555 op.setFixed(PhysReg{248}); in c16()
557 op.setFixed(PhysReg{255}); in c16()
573 op.setFixed(PhysReg{128 + (uint32_t)v}); in c64()
576 op.setFixed(PhysReg{192 - (uint32_t)v}); in c64()
579 op.setFixed(PhysReg{240}); in c64()
582 op.setFixed(PhysReg{241}); in c64()
585 op.setFixed(PhysReg{242}); in c64()
588 op.setFixed(PhysReg{243}); in c64()
591 op.setFixed(PhysReg{244}); in c64()
594 op.setFixed(PhysReg{245}); in c64()
597 op.setFixed(PhysReg{246}); in c64()
600 op.setFixed(PhysReg{247}); in c64()
604 op.setFixed(PhysReg{255}); in c64()
620 op.setFixed(PhysReg{128 + v}); in c32_or_c64()
622 op.setFixed(PhysReg{192 - v}); in c32_or_c64()
624 op.setFixed(PhysReg{240}); in c32_or_c64()
626 op.setFixed(PhysReg{241}); in c32_or_c64()
628 op.setFixed(PhysReg{242}); in c32_or_c64()
630 op.setFixed(PhysReg{243}); in c32_or_c64()
632 op.setFixed(PhysReg{244}); in c32_or_c64()
634 op.setFixed(PhysReg{245}); in c32_or_c64()
636 op.setFixed(PhysReg{246}); in c32_or_c64()
638 op.setFixed(PhysReg{247}); in c32_or_c64()
641 op.setFixed(PhysReg{255}); in c32_or_c64()
650 setFixed(PhysReg{128}); in Operand()
655 setFixed(reg); in Operand()
678 op.setFixed(PhysReg{248}); in get_const()
752 constexpr void setFixed(PhysReg reg) noexcept in setFixed() function
901 Definition(PhysReg reg, RegClass type) noexcept : temp(Temp(0, type)) { setFixed(reg); } in Definition()
904 setFixed(reg); in Definition()
927 constexpr void setFixed(PhysReg reg) noexcept in setFixed() function