Searched defs:zext_geu_m (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ | ||
H A D | cmp-zext-uimm2.c | 16 int zext_geu_m(unsigned x) { return (zext(x) >= 0x0fffffffeUL) == (x >= 0xfffffffe); } in zext_geu_m() function |
Completed in 1 milliseconds