Searched refs:XM (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-dis.c310 #define XM { OP_XMM, 0 } macro
932 { "movlpX", { EXq, XM, { SIMD_Fixup, 'h' } } },
933 { "unpcklpX", { XM, EXq } },
934 { "unpckhpX", { XM, EXq } },
936 { "movhpX", { EXq, XM, { SIMD_Fixup, 'l' } } },
956 { "movapX", { XM, EXx } },
957 { "movapX", { EXx, XM } },
1005 { "andpX", { XM, EXx } },
1006 { "andnpX", { XM, EXx } },
1007 { "orpX", { XM, EX
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp797 Value *XM = Builder.CreateAnd(V1, ConstantExpr::getShl(CC, Op1), local
799 return BinaryOperator::Create(Op0BO->getOpcode(), YS, XM);
831 Value *XM = Builder.CreateAnd(V1, ConstantExpr::getShl(CC, Op1), local
834 return BinaryOperator::Create(Op0BO->getOpcode(), XM, YS);

Completed in 307 milliseconds