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

/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c8536 * - e_b is less than or equal to: -970 for double precision; -103 for single precision
8548 IRTemp e_b = newTemp(Ity_I32); local
8559 assign(e_b, binop( Iop_Sub32, mkexpr(frB_exp_shR), mkU32( bias ) ));
8572 eb_LTE = binop( Iop_CmpLE32S, mkexpr( e_b ), mkU32( test_value ) );
8635 * - e_b is less than or equal to -1022.
8636 * - e_b is greater than or equal to 1021.
8638 * and the difference, e_a - e_b, is greater than or equal to 1023.
8640 * and the difference, e_a - e_b, is less than or equal to -1021.
8656 IRTemp e_b = newTemp(Ity_I32); local
8686 assign(e_b, bino
[all...]

Completed in 205 milliseconds