Home | History | Annotate | Download | only in priv

Lines Matching defs:zero

284 /* Is this a 64-bit zero expression? */
1317 Use 32 bit arithmetic and let the default zero-extend rule
1675 /* Move to dst, and zero out the top 32 bits if the result type is
2488 negative zero 1 0 .000000---0
2490 positive zero 0 0 .000000---0
2894 /* Ideally, we want to do a 64Ix2 comparison against zero of
2925 HReg zero = generate_zeroes_V128(env);
2928 addInstr(env, AMD64Instr_SseReRg(op, zero, tmp));
3534 HReg zero = generate_zeroes_V128(env);
3538 addInstr(env, AMD64Instr_SseReRg(op, zero, tmpHi));
3539 addInstr(env, AMD64Instr_SseReRg(op, zero, tmpLo));
4272 it is zero. It will have to be patched later, but before this