Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dexpr.c516 int ispos1 = yasm_intnum_is_pos1(intn); in expr_can_destroy_int_right() local
517 return ((ispos1 && op == YASM_EXPR_MUL) || in expr_can_destroy_int_right()
518 (ispos1 && op == YASM_EXPR_DIV) || in expr_can_destroy_int_right()