Home
last modified time | relevance | path

Searched refs:simplify_mask_or_and (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst849 * use better names for simplify_mask_or_and() vars
850 * document simplify_mask_or() & simplify_mask_or_and()
851 * switch return order in simplify_mask_or_and()
853 * move opcode test inside simplify_mask_or_and()
/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c777 static int simplify_mask_or_and(struct instruction *insn, unsigned long long mask, in simplify_mask_or_and() function
823 if ((rc = simplify_mask_or_and(insn, mask, src1, src2))) in simplify_mask_or()
827 if ((rc = simplify_mask_or_and(insn, mask, src2, src1))) in simplify_mask_or()