Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dtranslate.c1408 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1410 prechk \ in _decode_opc()
1414 prechk \ in _decode_opc()
1419 #define ST(reg,stnum,stpnum,prechk) \ in _decode_opc() argument
1421 prechk \ in _decode_opc()
1425 prechk \ 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()
1436 ST(reg,stnum,stpnum,prechk) in _decode_opc()