Searched refs:ldpnum (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 1408 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument 1413 case ldpnum: \ in _decode_opc() 1434 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument 1435 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
|