booke "tlbsx." and "tlbsxe."

Alan Modra amodra@bigpond.net.au
Tue Apr 30 18:22:00 GMT 2002


Paul Mackerras wants this one, and it looks reasonable according to
booke docs.

opcodes/ChangeLog
	* ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.

Index: opcodes/ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.32
diff -c -p -r1.32 ppc-opc.c
*** opcodes/ppc-opc.c	17 Apr 2002 14:43:28 -0000	1.32
--- opcodes/ppc-opc.c	30 Apr 2002 16:14:32 -0000
*************** const struct powerpc_opcode powerpc_opco
*** 3688,3694 ****
--- 3688,3696 ----
  { "tlbsx.",  XRC(31,914,1), X_MASK, 	PPC403,		{ RT, RA, RB } },
  
  { "tlbsx",   XRC(31,914,0), X_MASK,	BOOKE,		{ RA, RB } },
+ { "tlbsx.",  XRC(31,914,1), X_MASK,	BOOKE,		{ RA, RB } },
  { "tlbsxe",  XRC(31,915,0), X_MASK,	BOOKE,		{ RA, RB } },
+ { "tlbsxe.", XRC(31,915,1), X_MASK,	BOOKE,		{ RA, RB } },
  
  { "slbmfee", X(31,915), XRA_MASK,	PPC64,		{ RT, RB } },
  

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list