Lines Matching defs:alu_out
1135 bool Simulator::OverflowFrom(int32_t alu_out, int32_t left, int32_t right, in OverflowFrom()
1634 intptr_t alu_out = im_val - ra_val; in ExecuteGeneric() local
1721 uintptr_t alu_out = ra_val + im_val; in ExecuteGeneric() local
1735 intptr_t alu_out; in ExecuteGeneric() local
1750 intptr_t alu_out; in ExecuteGeneric() local
1900 intptr_t alu_out = rs_val | im_val; in ExecuteGeneric() local
1909 intptr_t alu_out = rs_val | (im_val << 16); in ExecuteGeneric() local
1918 intptr_t alu_out = rs_val ^ im_val; in ExecuteGeneric() local
1928 intptr_t alu_out = rs_val ^ (im_val << 16); in ExecuteGeneric() local
1937 intptr_t alu_out = rs_val & im_val; in ExecuteGeneric() local
1947 intptr_t alu_out = rs_val & (im_val << 16); in ExecuteGeneric() local
1986 uint32_t alu_out = (rb_val == 0) ? -1 : ra_val % rb_val; in ExecuteGeneric() local
1997 uint64_t alu_out = (rb_val == 0) ? -1 : ra_val % rb_val; in ExecuteGeneric() local
2011 int32_t alu_out = (rb_val == 0 || overflow) ? -1 : ra_val % rb_val; in ExecuteGeneric() local
2026 int64_t alu_out = in ExecuteGeneric() local
2375 uintptr_t alu_out = ~ra_val + rb_val + 1; in ExecuteGeneric() local
2396 uintptr_t alu_out = ~ra_val + rb_val; in ExecuteGeneric() local
2414 uintptr_t alu_out = ra_val + rb_val; in ExecuteGeneric() local
2435 uintptr_t alu_out = ra_val + rb_val; in ExecuteGeneric() local
2452 int64_t alu_out = (int64_t)ra_val * (int64_t)rb_val; in ExecuteGeneric() local
2466 uint64_t alu_out = (uint64_t)ra_val * (uint64_t)rb_val; in ExecuteGeneric() local
2478 intptr_t alu_out = 1 + ~ra_val; in ExecuteGeneric() local
2625 intptr_t alu_out = rs_val & rb_val; in ExecuteGeneric() local
2638 intptr_t alu_out = rs_val & ~rb_val; in ExecuteGeneric() local
2692 intptr_t alu_out = rb_val - ra_val; in ExecuteGeneric() local
2721 intptr_t alu_out = ~(rs_val | rb_val); in ExecuteGeneric() local
2734 int32_t alu_out = ra_val * rb_val; in ExecuteGeneric() local
2749 int64_t alu_out = ra_val * rb_val; in ExecuteGeneric() local
2767 int32_t alu_out = (rb_val == 0 || overflow) ? -1 : ra_val / rb_val; in ExecuteGeneric() local
2790 uint32_t alu_out = (overflow) ? -1 : ra_val / rb_val; in ExecuteGeneric() local
2816 int64_t alu_out = in ExecuteGeneric() local
2834 uint64_t alu_out = (rb_val == 0) ? -1 : ra_val / rb_val; in ExecuteGeneric() local
2850 intptr_t alu_out = ra_val + rb_val; in ExecuteGeneric() local
2864 intptr_t alu_out = rs_val ^ rb_val; in ExecuteGeneric() local
2877 intptr_t alu_out = rs_val | rb_val; in ExecuteGeneric() local
2890 intptr_t alu_out = rs_val | ~rb_val; in ExecuteGeneric() local