Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/x86emu/
H A Dx86emu.c1967 uint8_t *srcreg, destval, tmp; in x86emuOp_xchg_byte_RM_R() local
1973 destval = *srcreg; in x86emuOp_xchg_byte_RM_R()
1974 *srcreg = tmp; in x86emuOp_xchg_byte_RM_R()
1991 destval = *srcreg; in x86emuOp32_xchg_word_RM_R()
1992 *srcreg = tmp; in x86emuOp32_xchg_word_RM_R()
2005 destval = *srcreg; in x86emuOp16_xchg_word_RM_R()
2006 *srcreg = tmp; in x86emuOp16_xchg_word_RM_R()
2026 uint8_t *destreg, *srcreg; in x86emuOp_mov_byte_RM_R() local
2036 *destreg = *srcreg; in x86emuOp_mov_byte_RM_R()
2159 uint32_t *srcreg; in x86emuOp_lea_word_R_M() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td76 // Operands for stores are in the order srcreg, base, offset rather than
H A DRISCVInstrInfoZfh.td81 // Operands for stores are in the order srcreg, base, offset rather than
H A DRISCVInstrInfoF.td298 // Operands for stores are in the order srcreg, base, offset rather than
H A DRISCVInstrInfo.td522 // Operands for stores are in the order srcreg, base, offset rather than