Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dtranslate.c1399 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1401 prechk \ in _decode_opc()
1405 prechk \ in _decode_opc()
1410 #define ST(reg,stnum,stpnum,prechk) \ in _decode_opc() argument
1412 prechk \ in _decode_opc()
1416 prechk \ in _decode_opc()
1425 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1426 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
1427 ST(reg,stnum,stpnum,prechk) in _decode_opc()