Home | History | Annotate | Download | only in SystemZ

Lines Matching full:inserti8

651   defm IC32 : BinaryRXPair<"ic", 0x43, 0xE373, inserti8, GR32, azextloadi8, 1>;
652 defm IC : BinaryRXPair<"ic", 0x43, 0xE373, inserti8, GR64, azextloadi8, 1>;
654 defm : InsertMem<"inserti8", IC32, GR32, azextloadi8, bdxaddr12pair>;
655 defm : InsertMem<"inserti8", IC32Y, GR32, azextloadi8, bdxaddr20pair>;
657 defm : InsertMem<"inserti8", IC, GR64, azextloadi8, bdxaddr12pair>;
658 defm : InsertMem<"inserti8", ICY, GR64, azextloadi8, bdxaddr20pair>;