mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
14 lines
261 B
Text
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);
|
|
}
|
|
|