Lines Matching defs:gather8
317 case Op::gather8: write(o, V{id}, "=", op, Ptr{immA}, Hex{immB}, V{x}); break;
437 case Op::gather8: write(o, R{d}, "=", op, Ptr{immA}, Hex{immB}, R{x}); break;
726 I32 Builder::gather8 (UPtr ptr, int offset, I32 index) {
727 return {this, push(Op::gather8 , index.id,NA,NA,NA, ptr.ix,offset)};
1326 case 1: return unpack(f, gather8 (ptr, offset, index));
2726 case Op::gather8: t = i8 ; vt = I8; goto gather;
3766 case Op::gather8: {
3787 // Just as gather8 except vpinsrb->vpinsrw, ONE->TWO, and vpmovzxbd->vpmovzxwd.
4116 case Op::gather8: {
4129 // See gather8 for general idea; comments here only where gather16 differs.
4141 // See gather8 for general idea; comments here only where gather32 differs.