Home | History | Annotate | Download | only in priv

Lines Matching defs:from

51    - A mapping from IRTemp to IRType, giving the type of any IRTemp we
55 - A mapping from IRTemp to HReg. This tells the insn selector
78 Actually, the address of the highest-addressed byte from any insn
80 used for detecting jumps which are definitely forward-edges from
499 (3) The argument values are copied from the virtual registers to the
649 rounding mode from the FPC. */
723 rounding mode from the FPC. */
750 to nearest, ties away from 0 | 100 | 100
752 to away from 0 | 110 | 110
914 - 128-bit loads from memory (will not be generated)
1805 /* We never load more than 8 bytes from the guest state, because the
1986 /* This is not supported because loading 128-bit from the guest
2404 /* convert-from-fixed and load-rounded have a rounding mode field
2636 /* This is not supported because loading 128-bit from the guest
3004 /* convert-from-fixed and load-rounded have a rounding mode field
3300 /* Iop_32/64to1 select the LSB from their operand */
3514 s390_amode *from = s390_amode_for_guest_state(offset);
3515 addInstr(env, s390_insn_memcpy(sizeofIRType(tyd), am, from));
3635 s390_amode *from = s390_isel_amode(env, data);
3638 if (from->tag == S390_AMODE_B12) {
3640 addInstr(env, s390_insn_memcpy(size, am, from));
3645 addInstr(env, s390_insn_load(size, src, from));
3657 s390_amode *from = s390_amode_for_guest_state(get_offset);
3658 addInstr(env, s390_insn_memcpy(size, am, from));