ghidra/Ghidra/Processors/PowerPC/data/languages/g2.sinc
2019-03-26 13:46:51 -04:00

14 lines
261 B
Text

define pcodeop tlbli;
define pcodeop tlbld;
:tlbld B is $(NOTVLE) & OP=31 & BITS_21_25=0 & BITS_16_20=0 & B & XOP_1_10=978 & BIT_0=0
{
tlbld(B);
}
:tlbli B is $(NOTVLE) & OP=31 & BITS_21_25=0 & BITS_16_20=0 & B & XOP_1_10=1010 & BIT_0=0
{
tlbli(B);
}