Lines Matching refs:invert
100 bool invert;
369 /* TODO: We could handle src.invert by emitting a bit of math if we really
372 assert(!dst.invert && !src.invert);
633 assert(!dst.invert && !src.invert);
721 /* Save off the invert flag because it makes copy() grumpy */
722 bool invert = val.invert;
723 val.invert = false;
727 tmp.invert = invert;
736 return val.invert ? ~val.imm : val.imm;
744 uint64_t imm = val->invert ? ~val->imm : val->imm;
748 return _mi_pack_alu(val->invert ? MI_ALU_LOADINV : MI_ALU_LOAD,
779 val.invert = !val.invert;
786 if (!src.invert)