Searched refs:srcreg (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 1967 uint8_t *srcreg, destval, tmp; in x86emuOp_xchg_byte_RM_R() local 1971 srcreg = decode_rh_byte_register(emu); in x86emuOp_xchg_byte_RM_R() 1973 destval = *srcreg; in x86emuOp_xchg_byte_RM_R() 1974 *srcreg = tmp; in x86emuOp_xchg_byte_RM_R() 1985 uint32_t *srcreg, destval, tmp; in x86emuOp32_xchg_word_RM_R() local 1989 srcreg = decode_rh_long_register(emu); in x86emuOp32_xchg_word_RM_R() 1991 destval = *srcreg; in x86emuOp32_xchg_word_RM_R() 1992 *srcreg = tmp; in x86emuOp32_xchg_word_RM_R() 1999 uint16_t *srcreg, destval, tmp; in x86emuOp16_xchg_word_RM_R() local 2003 srcreg = decode_rh_word_register(emu); in x86emuOp16_xchg_word_RM_R() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoD.td | 76 // Operands for stores are in the order srcreg, base, offset rather than
|
H A D | RISCVInstrInfoZfh.td | 81 // Operands for stores are in the order srcreg, base, offset rather than
|
H A D | RISCVInstrInfoF.td | 298 // Operands for stores are in the order srcreg, base, offset rather than
|
H A D | RISCVInstrInfo.td | 528 // Operands for stores are in the order srcreg, base, offset rather than
|