Searched refs:srcreg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/x86emu/ |
| H A D | x86emu.c | 1970 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-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 75 // Operands for stores are in the order srcreg, base, offset rather than
|
| H A D | RISCVInstrInfoZfh.td | 76 // Operands for stores are in the order srcreg, base, offset rather than
|
| H A D | RISCVInstrInfoF.td | 116 // Operands for stores are in the order srcreg, base, offset rather than
|
| H A D | RISCVInstrInfo.td | 394 // Operands for stores are in the order srcreg, base, offset rather than
|