Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/x86emu/
H A Dx86emu.c1970 uint8_t *srcreg, destval, tmp; in x86emuOp_xchg_byte_RM_R() local
1976 destval = *srcreg; in x86emuOp_xchg_byte_RM_R()
1977 *srcreg = tmp; in x86emuOp_xchg_byte_RM_R()
1994 destval = *srcreg; in x86emuOp32_xchg_word_RM_R()
1995 *srcreg = tmp; in x86emuOp32_xchg_word_RM_R()
2008 destval = *srcreg; in x86emuOp16_xchg_word_RM_R()
2009 *srcreg = tmp; in x86emuOp16_xchg_word_RM_R()
2029 uint8_t *destreg, *srcreg; in x86emuOp_mov_byte_RM_R() local
2039 *destreg = *srcreg; in x86emuOp_mov_byte_RM_R()
2162 uint32_t *srcreg; in x86emuOp_lea_word_R_M() local
[all …]
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c12908 rtx srcreg, destreg, countreg, srcexp, destexp; in ix86_expand_movmem() local
12947 if (srcreg != XEXP (src, 0)) in ix86_expand_movmem()
12948 src = replace_equiv_address_nv (src, srcreg); in ix86_expand_movmem()
12997 srcreg, offset); in ix86_expand_movmem()
13103 srcmem = change_address (src, QImode, srcreg); in ix86_expand_movmem()
13113 srcmem = change_address (src, HImode, srcreg); in ix86_expand_movmem()
13123 srcmem = change_address (src, SImode, srcreg); in ix86_expand_movmem()
13162 srcmem = change_address (src, SImode, srcreg); in ix86_expand_movmem()
13169 srcmem = change_address (src, SImode, srcreg); in ix86_expand_movmem()
13177 srcmem = change_address (src, HImode, srcreg); in ix86_expand_movmem()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td74 // Operands for stores are in the order srcreg, base, offset rather than
H A DRISCVInstrInfoF.td95 // Operands for stores are in the order srcreg, base, offset rather than
H A DRISCVInstrInfo.td254 // Operands for stores are in the order srcreg, base, offset rather than
/freebsd-12.1/contrib/gcc/
H A Dexpr.c2061 copy_blkmode_from_reg (rtx tgtblk, rtx srcreg, tree type) in copy_blkmode_from_reg() argument
2080 if (GET_MODE (srcreg) != BLKmode in copy_blkmode_from_reg()
2081 && GET_MODE_SIZE (GET_MODE (srcreg)) < UNITS_PER_WORD) in copy_blkmode_from_reg()
2082 srcreg = convert_to_mode (word_mode, srcreg, TYPE_UNSIGNED (type)); in copy_blkmode_from_reg()
2114 src = operand_subword_force (srcreg, xbitpos / BITS_PER_WORD, in copy_blkmode_from_reg()
2115 GET_MODE (srcreg)); in copy_blkmode_from_reg()