Header menu logo B2R2

Opcode Type

MIPS opcodes. This type should be generated using scripts/genOpcode.fsx from the `MIPSSupportedOpcode.txt` file.

Record fields

Record Field Description

ABS

Full Usage: ABS

Field type: Opcode
Modifiers: static

Floating Point Absolute Value.

Field type: Opcode

ADD

Full Usage: ADD

Field type: Opcode
Modifiers: static

Add Word.

Field type: Opcode

ADDI

Full Usage: ADDI

Field type: Opcode
Modifiers: static

Add Immediate Word.

Field type: Opcode

ADDIU

Full Usage: ADDIU

Field type: Opcode
Modifiers: static

Add Immediate Unsigned Word.

Field type: Opcode

ADDIUPC

Full Usage: ADDIUPC

Field type: Opcode
Modifiers: static

Add Immediate to PC.

Field type: Opcode

ADDU

Full Usage: ADDU

Field type: Opcode
Modifiers: static

Add Unsigned Word.

Field type: Opcode

ALIGN

Full Usage: ALIGN

Field type: Opcode
Modifiers: static

Concatenate two GPRs, and extract a contiguous subset at a byte position.

Field type: Opcode

ALNVPS

Full Usage: ALNVPS

Field type: Opcode
Modifiers: static

Float Point Align Variable.

Field type: Opcode

ALUIPC

Full Usage: ALUIPC

Field type: Opcode
Modifiers: static

Aligned Add Upper Immediate to PC.

Field type: Opcode

AND

Full Usage: AND

Field type: Opcode
Modifiers: static

And.

Field type: Opcode

ANDI

Full Usage: ANDI

Field type: Opcode
Modifiers: static

And immediate.

Field type: Opcode

AUI

Full Usage: AUI

Field type: Opcode
Modifiers: static

Add Immediate to Upper Bits.

Field type: Opcode

AUIPC

Full Usage: AUIPC

Field type: Opcode
Modifiers: static

Add Upper Immediate to PC.

Field type: Opcode

B

Full Usage: B

Field type: Opcode
Modifiers: static

Unconditional Branch.

Field type: Opcode

BAL

Full Usage: BAL

Field type: Opcode
Modifiers: static

Branch and Link.

Field type: Opcode

BALC

Full Usage: BALC

Field type: Opcode
Modifiers: static

Branch and Link, Compact.

Field type: Opcode

BC

Full Usage: BC

Field type: Opcode
Modifiers: static

Branch, Compact.

Field type: Opcode

BC1EQZ

Full Usage: BC1EQZ

Field type: Opcode
Modifiers: static

Branch if Coprocessor 1 (FPU) Register Bit 0 Equal to Zero.

Field type: Opcode

BC1F

Full Usage: BC1F

Field type: Opcode
Modifiers: static

Branch on FP False.

Field type: Opcode

BC1FL

Full Usage: BC1FL

Field type: Opcode
Modifiers: static

Branch on FP False Likely.

Field type: Opcode

BC1NEZ

Full Usage: BC1NEZ

Field type: Opcode
Modifiers: static

Branch if Coprocessor 1 (FPU) Register Bit 0 Not Equal to Zero.

Field type: Opcode

BC1T

Full Usage: BC1T

Field type: Opcode
Modifiers: static

Branch on FP True.

Field type: Opcode

BC1TL

Full Usage: BC1TL

Field type: Opcode
Modifiers: static

Branch on FP True Likely.

Field type: Opcode

BC2EQZ

Full Usage: BC2EQZ

Field type: Opcode
Modifiers: static

Branch if Coprocessor 2 Condition Register Equal to Zero.

Field type: Opcode

BC2F

Full Usage: BC2F

Field type: Opcode
Modifiers: static

Branch on COP2 False.

Field type: Opcode

BC2FL

Full Usage: BC2FL

Field type: Opcode
Modifiers: static

Branch on COP2 False Likely.

Field type: Opcode

BC2NEZ

Full Usage: BC2NEZ

Field type: Opcode
Modifiers: static

Branch if Coprocessor 2 Condition Register Not Equal to Zero.

Field type: Opcode

BC2T

Full Usage: BC2T

Field type: Opcode
Modifiers: static

Branch on COP2 True.

Field type: Opcode

BC2TL

Full Usage: BC2TL

Field type: Opcode
Modifiers: static

Branch on COP2 True Likely.

Field type: Opcode

BC3F

Full Usage: BC3F

Field type: Opcode
Modifiers: static

Branch on COP3 False.

Field type: Opcode

BC3FL

Full Usage: BC3FL

Field type: Opcode
Modifiers: static

Branch on COP3 False Likely.

Field type: Opcode

BC3T

Full Usage: BC3T

Field type: Opcode
Modifiers: static

Branch on COP3 True.

Field type: Opcode

BC3TL

Full Usage: BC3TL

Field type: Opcode
Modifiers: static

Branch on COP3 True Likely.

Field type: Opcode

BEQ

Full Usage: BEQ

Field type: Opcode
Modifiers: static

Branch on Equal.

Field type: Opcode

BEQC

Full Usage: BEQC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if equal to.

Field type: Opcode

BEQL

Full Usage: BEQL

Field type: Opcode
Modifiers: static

Branch on Equal Likely.

Field type: Opcode

BEQZALC

Full Usage: BEQZALC

Field type: Opcode
Modifiers: static

Compact Zero-Compare and Branch-and-Link if equal to zero.

Field type: Opcode

BEQZC

Full Usage: BEQZC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if equal to zero.

Field type: Opcode

BGEC

Full Usage: BGEC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if greater than or equal to.

Field type: Opcode

BGEUC

Full Usage: BGEUC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if unsigned greater or equal to.

Field type: Opcode

BGEZ

Full Usage: BGEZ

Field type: Opcode
Modifiers: static

Branch on Greater Than or Equal to Zero.

Field type: Opcode

BGEZAL

Full Usage: BGEZAL

Field type: Opcode
Modifiers: static

Branch on Greater Than or Equal to Zero and Link.

Field type: Opcode

BGEZALC

Full Usage: BGEZALC

Field type: Opcode
Modifiers: static

Compact Zero-Compare and Branch-and-Link if greater than or equal to zero.

Field type: Opcode

BGEZALL

Full Usage: BGEZALL

Field type: Opcode
Modifiers: static

Branch on Greater Than or Equal to Zero and Link Likely.

Field type: Opcode

BGEZC

Full Usage: BGEZC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if greater than or equal to zero.

Field type: Opcode

BGEZL

Full Usage: BGEZL

Field type: Opcode
Modifiers: static

Branch on Greater than or Equal to Zero Likely.

Field type: Opcode

BGTZ

Full Usage: BGTZ

Field type: Opcode
Modifiers: static

Branch on Greater Than Zero.

Field type: Opcode

BGTZALC

Full Usage: BGTZALC

Field type: Opcode
Modifiers: static

Compact Zero-Compare and Branch-and-Link if greater than zero.

Field type: Opcode

BGTZC

Full Usage: BGTZC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if greater than zero.

Field type: Opcode

BGTZL

Full Usage: BGTZL

Field type: Opcode
Modifiers: static

Branch on Greater Than Zero Likely.

Field type: Opcode

BITSWAP

Full Usage: BITSWAP

Field type: Opcode
Modifiers: static

Swaps (reverses) bits in each byte.

Field type: Opcode

BLEZ

Full Usage: BLEZ

Field type: Opcode
Modifiers: static

Branch on Less Than or Equal to Zero.

Field type: Opcode

BLEZALC

Full Usage: BLEZALC

Field type: Opcode
Modifiers: static

Compact Zero-Compare and Branch-and-Link if less than or equal to zero.

Field type: Opcode

BLEZC

Full Usage: BLEZC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if less than or equal to zero.

Field type: Opcode

BLEZL

Full Usage: BLEZL

Field type: Opcode
Modifiers: static

Branch on Less Than or Equal to Zero Likely.

Field type: Opcode

BLTC

Full Usage: BLTC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if less than.

Field type: Opcode

BLTUC

Full Usage: BLTUC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if unsigned less than.

Field type: Opcode

BLTZ

Full Usage: BLTZ

Field type: Opcode
Modifiers: static

Branch on Less Than Zero.

Field type: Opcode

BLTZAL

Full Usage: BLTZAL

Field type: Opcode
Modifiers: static

Branch on Less Than Zero and Link.

Field type: Opcode

BLTZALC

Full Usage: BLTZALC

Field type: Opcode
Modifiers: static

Compact Zero-Compare and Branch-and-Link if less than zero.

Field type: Opcode

BLTZALL

Full Usage: BLTZALL

Field type: Opcode
Modifiers: static

Branch on Less Than Zero and Link Likely.

Field type: Opcode

BLTZC

Full Usage: BLTZC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if less than zero.

Field type: Opcode

BLTZL

Full Usage: BLTZL

Field type: Opcode
Modifiers: static

Branch on Less Than Zero Likely.

Field type: Opcode

BNE

Full Usage: BNE

Field type: Opcode
Modifiers: static

Branch on Not Equal.

Field type: Opcode

BNEC

Full Usage: BNEC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if not equal to.

Field type: Opcode

BNEL

Full Usage: BNEL

Field type: Opcode
Modifiers: static

Branch on Not Equal Likely.

Field type: Opcode

BNEZALC

Full Usage: BNEZALC

Field type: Opcode
Modifiers: static

Compact Zero-Compare and Branch-and-Link if not equal to zero.

Field type: Opcode

BNEZC

Full Usage: BNEZC

Field type: Opcode
Modifiers: static

Compact Compare-and-Branch if not equal to zero.

Field type: Opcode

BNVC

Full Usage: BNVC

Field type: Opcode
Modifiers: static

Branch on No Overflow, Compact.

Field type: Opcode

BOVC

Full Usage: BOVC

Field type: Opcode
Modifiers: static

Branch on Overflow, Compact.

Field type: Opcode

BREAK

Full Usage: BREAK

Field type: Opcode
Modifiers: static

Breakpoint.

Field type: Opcode

C

Full Usage: C

Field type: Opcode
Modifiers: static

Floating Point Compare.

Field type: Opcode

CACHE

Full Usage: CACHE

Field type: Opcode
Modifiers: static

Perform Cache Operation.

Field type: Opcode

CACHEE

Full Usage: CACHEE

Field type: Opcode
Modifiers: static

Perform Cache Operation EVA.

Field type: Opcode

CEILL

Full Usage: CEILL

Field type: Opcode
Modifiers: static

Fixed Point Ceiling Convert to Long Fixed Point.

Field type: Opcode

CEILW

Full Usage: CEILW

Field type: Opcode
Modifiers: static

Fixed Point Ceiling Convert to Word Fixed Point.

Field type: Opcode

CFC1

Full Usage: CFC1

Field type: Opcode
Modifiers: static

Move Control Word From Floating Point.

Field type: Opcode

CFC2

Full Usage: CFC2

Field type: Opcode
Modifiers: static

Move Control Word From Coprocessor 2.

Field type: Opcode

CLASS

Full Usage: CLASS

Field type: Opcode
Modifiers: static

Scalar Floating-Point Class Mask.

Field type: Opcode

CLO

Full Usage: CLO

Field type: Opcode
Modifiers: static

Count Leading Ones in Word.

Field type: Opcode

CLZ

Full Usage: CLZ

Field type: Opcode
Modifiers: static

Count Leading Zeros in Word.

Field type: Opcode

CMP

Full Usage: CMP

Field type: Opcode
Modifiers: static

Floating Point Compare Setting Mask.

Field type: Opcode

COP2

Full Usage: COP2

Field type: Opcode
Modifiers: static

Coprocessor Operation to Coprocessor 2.

Field type: Opcode

CRC32B

Full Usage: CRC32B

Field type: Opcode
Modifiers: static

Generate CRC with reversed polynomial 0xEDB88320.

Field type: Opcode

CRC32CB

Full Usage: CRC32CB

Field type: Opcode
Modifiers: static

Generate CRC with reversed polynomial 0x82F63B78.

Field type: Opcode

CRC32CH

Full Usage: CRC32CH

Field type: Opcode
Modifiers: static

Generate CRC with reversed polynomial 0x82F63B78.

Field type: Opcode

CRC32CW

Full Usage: CRC32CW

Field type: Opcode
Modifiers: static

Generate CRC with reversed polynomial 0x82F63B78.

Field type: Opcode

CRC32H

Full Usage: CRC32H

Field type: Opcode
Modifiers: static

Generate CRC with reversed polynomial 0xEDB88320.

Field type: Opcode

CRC32W

Full Usage: CRC32W

Field type: Opcode
Modifiers: static

Generate CRC with reversed polynomial 0xEDB88320.

Field type: Opcode

CTC1

Full Usage: CTC1

Field type: Opcode
Modifiers: static

Move Control Word to Floating Point.

Field type: Opcode

CTC2

Full Usage: CTC2

Field type: Opcode
Modifiers: static

Move Control Word to Coprocessor 2.

Field type: Opcode

CVTD

Full Usage: CVTD

Field type: Opcode
Modifiers: static

Floating Point Convert to Double Floating Point.

Field type: Opcode

CVTL

Full Usage: CVTL

Field type: Opcode
Modifiers: static

Floating Point Convert to Long Fixed Point.

Field type: Opcode

CVTPSS

Full Usage: CVTPSS

Field type: Opcode
Modifiers: static

Floating Point Convert Pair to Paired Single.

Field type: Opcode

CVTS

Full Usage: CVTS

Field type: Opcode
Modifiers: static

Floating Point Convert to Single Floating Point.

Field type: Opcode

CVTSPL

Full Usage: CVTSPL

Field type: Opcode
Modifiers: static

Floating Point Convert Pair Lower to Single Floating Point.

Field type: Opcode

CVTSPU

Full Usage: CVTSPU

Field type: Opcode
Modifiers: static

Floating Point Convert Pair Upper to Single Floating Point.

Field type: Opcode

CVTW

Full Usage: CVTW

Field type: Opcode
Modifiers: static

Floating Point Convert to Word Fixed Point.

Field type: Opcode

DADD

Full Usage: DADD

Field type: Opcode
Modifiers: static

Add Dword.

Field type: Opcode

DADDIU

Full Usage: DADDIU

Field type: Opcode
Modifiers: static

Doubleword Add Immediate Unsigned.

Field type: Opcode

DADDU

Full Usage: DADDU

Field type: Opcode
Modifiers: static

Doubleword Add Unsigned.

Field type: Opcode

DALIGN

Full Usage: DALIGN

Field type: Opcode
Modifiers: static

Concatenate two GPRs, and extract a contiguous subset at a byte position.

Field type: Opcode

DBITSWAP

Full Usage: DBITSWAP

Field type: Opcode
Modifiers: static

Swaps (reverses) bits in each byte.

Field type: Opcode

DCLZ

Full Usage: DCLZ

Field type: Opcode
Modifiers: static

Count Leading Zeros in Doubleword.

Field type: Opcode

DDIV

Full Usage: DDIV

Field type: Opcode
Modifiers: static

Doubleword Divide.

Field type: Opcode

DDIVU

Full Usage: DDIVU

Field type: Opcode
Modifiers: static

Doubleword Divide Unsigned.

Field type: Opcode

DERET

Full Usage: DERET

Field type: Opcode
Modifiers: static

Debug Exception Return.

Field type: Opcode

DEXT

Full Usage: DEXT

Field type: Opcode
Modifiers: static

Doubleword Extract Bit Field.

Field type: Opcode

DEXTM

Full Usage: DEXTM

Field type: Opcode
Modifiers: static

Doubleword Extract Bit Field Middle.

Field type: Opcode

DEXTU

Full Usage: DEXTU

Field type: Opcode
Modifiers: static

Doubleword Extract Bit Field Upper.

Field type: Opcode

DI

Full Usage: DI

Field type: Opcode
Modifiers: static

Disable Interrupts.

Field type: Opcode

DINS

Full Usage: DINS

Field type: Opcode
Modifiers: static

Doubleword Insert Bit Field.

Field type: Opcode

DINSM

Full Usage: DINSM

Field type: Opcode
Modifiers: static

Doubleword Insert Bit Field Middle.

Field type: Opcode

DINSU

Full Usage: DINSU

Field type: Opcode
Modifiers: static

Doubleword Insert Bit Field Upper.

Field type: Opcode

DIV

Full Usage: DIV

Field type: Opcode
Modifiers: static

Divide Word.

Field type: Opcode

DIVU

Full Usage: DIVU

Field type: Opcode
Modifiers: static

Divide Words Unsigned.

Field type: Opcode

DMFC1

Full Usage: DMFC1

Field type: Opcode
Modifiers: static

Doubleword Move from Floating Point.

Field type: Opcode

DMTC1

Full Usage: DMTC1

Field type: Opcode
Modifiers: static

Doubleword Move to Floating Point.

Field type: Opcode

DMULT

Full Usage: DMULT

Field type: Opcode
Modifiers: static

Doubleword Multiply.

Field type: Opcode

DMULTU

Full Usage: DMULTU

Field type: Opcode
Modifiers: static

Doubleword Multiply Unsigned.

Field type: Opcode

DROTR

Full Usage: DROTR

Field type: Opcode
Modifiers: static

Doubleword Rotate Right.

Field type: Opcode

DROTR32

Full Usage: DROTR32

Field type: Opcode
Modifiers: static

Doubleword Rotate Right Plus 32.

Field type: Opcode

DROTRV

Full Usage: DROTRV

Field type: Opcode
Modifiers: static

Doubleword Rotate Right Variable.

Field type: Opcode

DSBH

Full Usage: DSBH

Field type: Opcode
Modifiers: static

Doubleword Swap Bytes Within Halfwords.

Field type: Opcode

DSHD

Full Usage: DSHD

Field type: Opcode
Modifiers: static

Doubleword Swap Halfwords Within Doublewords.

Field type: Opcode

DSLL

Full Usage: DSLL

Field type: Opcode
Modifiers: static

Doubleword Shift Left Logical.

Field type: Opcode

DSLL32

Full Usage: DSLL32

Field type: Opcode
Modifiers: static

Doubleword Shift Left Logical Plus 32.

Field type: Opcode

DSLLV

Full Usage: DSLLV

Field type: Opcode
Modifiers: static

Doubleword Shift Left Logical Variable.

Field type: Opcode

DSRA

Full Usage: DSRA

Field type: Opcode
Modifiers: static

Doubleword Shift Right Arithmetic.

Field type: Opcode

DSRA32

Full Usage: DSRA32

Field type: Opcode
Modifiers: static

Doubleword Shift Right Arithmetic Plus 32.

Field type: Opcode

DSRAV

Full Usage: DSRAV

Field type: Opcode
Modifiers: static

Doubleword Shift Right Arithmetic Variable.

Field type: Opcode

DSRL

Full Usage: DSRL

Field type: Opcode
Modifiers: static

Doubleword Shift Right Logical.

Field type: Opcode

DSRL32

Full Usage: DSRL32

Field type: Opcode
Modifiers: static

Doubleword Shift Right Logical Plus 32.

Field type: Opcode

DSRLV

Full Usage: DSRLV

Field type: Opcode
Modifiers: static

Doubleword Shift Right Logical Variable.

Field type: Opcode

DSUBU

Full Usage: DSUBU

Field type: Opcode
Modifiers: static

Doubleword Subtract Unsigned.

Field type: Opcode

DVP

Full Usage: DVP

Field type: Opcode
Modifiers: static

Disable Virtual Processor.

Field type: Opcode

EHB

Full Usage: EHB

Field type: Opcode
Modifiers: static

Execution Hazard Barrier.

Field type: Opcode

EI

Full Usage: EI

Field type: Opcode
Modifiers: static

Enable Interrupts.

Field type: Opcode

ERET

Full Usage: ERET

Field type: Opcode
Modifiers: static

Exception Return.

Field type: Opcode

ERETNC

Full Usage: ERETNC

Field type: Opcode
Modifiers: static

Exception Return No Clear.

Field type: Opcode

EVP

Full Usage: EVP

Field type: Opcode
Modifiers: static

Enable Virtual Processor.

Field type: Opcode

EXT

Full Usage: EXT

Field type: Opcode
Modifiers: static

Extract Bit Field.

Field type: Opcode

FLOORL

Full Usage: FLOORL

Field type: Opcode
Modifiers: static

Floating Point Floor Convert to Long Fixed Point.

Field type: Opcode

FLOORW

Full Usage: FLOORW

Field type: Opcode
Modifiers: static

Floating Point Floor Convert to Word Fixed Point.

Field type: Opcode

GINVI

Full Usage: GINVI

Field type: Opcode
Modifiers: static

Global Invalidate Instruction Cache.

Field type: Opcode

GINVT

Full Usage: GINVT

Field type: Opcode
Modifiers: static

Global Invalidate TLB.

Field type: Opcode

INS

Full Usage: INS

Field type: Opcode
Modifiers: static

Insert Bit Field.

Field type: Opcode

InvalOP

Full Usage: InvalOP

Field type: Opcode
Modifiers: static

Invalid Opcode.

Field type: Opcode

J

Full Usage: J

Field type: Opcode
Modifiers: static

Jump.

Field type: Opcode

JAL

Full Usage: JAL

Field type: Opcode
Modifiers: static

Jump and Link.

Field type: Opcode

JALR

Full Usage: JALR

Field type: Opcode
Modifiers: static

Jump and Link Register.

Field type: Opcode

JALRHB

Full Usage: JALRHB

Field type: Opcode
Modifiers: static

Jump and Link Register with Hazard Barrier.

Field type: Opcode

JALX

Full Usage: JALX

Field type: Opcode
Modifiers: static

Jump and Link Exchange.

Field type: Opcode

JIALC

Full Usage: JIALC

Field type: Opcode
Modifiers: static

Jump Indexed and Link, Compact.

Field type: Opcode

JIC

Full Usage: JIC

Field type: Opcode
Modifiers: static

Jump Indexed, Compact.

Field type: Opcode

JR

Full Usage: JR

Field type: Opcode
Modifiers: static

Jump Register.

Field type: Opcode

JRHB

Full Usage: JRHB

Field type: Opcode
Modifiers: static

Jump Register with Hazard Barrier.

Field type: Opcode

LB

Full Usage: LB

Field type: Opcode
Modifiers: static

Load Byte.

Field type: Opcode

LBE

Full Usage: LBE

Field type: Opcode
Modifiers: static

Load Byte EVA.

Field type: Opcode

LBU

Full Usage: LBU

Field type: Opcode
Modifiers: static

Load Byte Unsigned.

Field type: Opcode

LBUE

Full Usage: LBUE

Field type: Opcode
Modifiers: static

Load Byte Unsigned EVA.

Field type: Opcode

LD

Full Usage: LD

Field type: Opcode
Modifiers: static

Load Doubleword.

Field type: Opcode

LDC1

Full Usage: LDC1

Field type: Opcode
Modifiers: static

Load Doubleword to Floating Point.

Field type: Opcode

LDC2

Full Usage: LDC2

Field type: Opcode
Modifiers: static

Load Doubleword to Coprocessor 2.

Field type: Opcode

LDL

Full Usage: LDL

Field type: Opcode
Modifiers: static

Load Doubleword Left.

Field type: Opcode

LDR

Full Usage: LDR

Field type: Opcode
Modifiers: static

Load Doubleword Right.

Field type: Opcode

LDXC1

Full Usage: LDXC1

Field type: Opcode
Modifiers: static

Load Doubleword Indexed to Floating Point.

Field type: Opcode

LH

Full Usage: LH

Field type: Opcode
Modifiers: static

Load Halfword.

Field type: Opcode

LHE

Full Usage: LHE

Field type: Opcode
Modifiers: static

Load Halfword EVA.

Field type: Opcode

LHU

Full Usage: LHU

Field type: Opcode
Modifiers: static

Load Halfword Unsigned.

Field type: Opcode

LHUE

Full Usage: LHUE

Field type: Opcode
Modifiers: static

Load Halfword Unsigned EVA.

Field type: Opcode

LL

Full Usage: LL

Field type: Opcode
Modifiers: static

Load Linked Word.

Field type: Opcode

LLD

Full Usage: LLD

Field type: Opcode
Modifiers: static

Load Linked Doubleword.

Field type: Opcode

LLE

Full Usage: LLE

Field type: Opcode
Modifiers: static

Load Linked Word EVA.

Field type: Opcode

LLWP

Full Usage: LLWP

Field type: Opcode
Modifiers: static

Load Linked Word Paired.

Field type: Opcode

LLWPE

Full Usage: LLWPE

Field type: Opcode
Modifiers: static

Load Linked Word Paired EVA.

Field type: Opcode

LSA

Full Usage: LSA

Field type: Opcode
Modifiers: static

Load Scaled Address.

Field type: Opcode

LUI

Full Usage: LUI

Field type: Opcode
Modifiers: static

Load Upper Immediate.

Field type: Opcode

LUXC1

Full Usage: LUXC1

Field type: Opcode
Modifiers: static

Load Doubleword Indexed Unaligned to Floating Point.

Field type: Opcode

LW

Full Usage: LW

Field type: Opcode
Modifiers: static

Load Word.

Field type: Opcode

LWC1

Full Usage: LWC1

Field type: Opcode
Modifiers: static

Load Word to Floating Point.

Field type: Opcode

LWC2

Full Usage: LWC2

Field type: Opcode
Modifiers: static

Load Word to Coprocessor 2.

Field type: Opcode

LWE

Full Usage: LWE

Field type: Opcode
Modifiers: static

Load Word EVA.

Field type: Opcode

LWL

Full Usage: LWL

Field type: Opcode
Modifiers: static

Load Word Left.

Field type: Opcode

LWLE

Full Usage: LWLE

Field type: Opcode
Modifiers: static

Load Word Left EVA.

Field type: Opcode

LWPC

Full Usage: LWPC

Field type: Opcode
Modifiers: static

Load Word PC-relative.

Field type: Opcode

LWR

Full Usage: LWR

Field type: Opcode
Modifiers: static

Load Word Right.

Field type: Opcode

LWRE

Full Usage: LWRE

Field type: Opcode
Modifiers: static

Load Word Right EVA.

Field type: Opcode

LWU

Full Usage: LWU

Field type: Opcode
Modifiers: static

Load Word Unsigned.

Field type: Opcode

LWXC1

Full Usage: LWXC1

Field type: Opcode
Modifiers: static

Load Word Indexed to Floating Point.

Field type: Opcode

MADD

Full Usage: MADD

Field type: Opcode
Modifiers: static

Multiply and Add Word to Hi, Lo.

Field type: Opcode

MADDF

Full Usage: MADDF

Field type: Opcode
Modifiers: static

Floating Point Fused Multiply Add.

Field type: Opcode

MADDU

Full Usage: MADDU

Field type: Opcode
Modifiers: static

Multiply and Add Unsigned Word to Hi,Lo.

Field type: Opcode

MAX

Full Usage: MAX

Field type: Opcode
Modifiers: static

Scalar Floating-Point Max.

Field type: Opcode

MAXA

Full Usage: MAXA

Field type: Opcode
Modifiers: static

Scalar Floating-Point argument with Max Absolute Value.

Field type: Opcode

MFC0

Full Usage: MFC0

Field type: Opcode
Modifiers: static

Move from Coprocessor 0.

Field type: Opcode

MFC1

Full Usage: MFC1

Field type: Opcode
Modifiers: static

Move Word From Floating Point.

Field type: Opcode

MFC2

Full Usage: MFC2

Field type: Opcode
Modifiers: static

Move Word From Coprocessor 2.

Field type: Opcode

MFHC0

Full Usage: MFHC0

Field type: Opcode
Modifiers: static

Move from High Coprocessor 0.

Field type: Opcode

MFHC1

Full Usage: MFHC1

Field type: Opcode
Modifiers: static

Move Word From High Half of Floating Point Register.

Field type: Opcode

MFHC2

Full Usage: MFHC2

Field type: Opcode
Modifiers: static

Move Word From High Half of Coprocessor 2 Register.

Field type: Opcode

MFHI

Full Usage: MFHI

Field type: Opcode
Modifiers: static

Move From HI Register.

Field type: Opcode

MFLO

Full Usage: MFLO

Field type: Opcode
Modifiers: static

Move From LO Register

Field type: Opcode

MIN

Full Usage: MIN

Field type: Opcode
Modifiers: static

Scalar Floating-Point Min.

Field type: Opcode

MINA

Full Usage: MINA

Field type: Opcode
Modifiers: static

Scalar Floating-Point argument with Min Absolute Value.

Field type: Opcode

MOD

Full Usage: MOD

Field type: Opcode
Modifiers: static

Modulo Words.

Field type: Opcode

MODU

Full Usage: MODU

Field type: Opcode
Modifiers: static

Modulo Words Unsigned.

Field type: Opcode

MOV

Full Usage: MOV

Field type: Opcode
Modifiers: static

Floating Point Move.

Field type: Opcode

MOVF

Full Usage: MOVF

Field type: Opcode
Modifiers: static

Move Conditional on Floating Point False.

Field type: Opcode

MOVN

Full Usage: MOVN

Field type: Opcode
Modifiers: static

Move Conditional on Not Zero.

Field type: Opcode

MOVT

Full Usage: MOVT

Field type: Opcode
Modifiers: static

Move Conditional on Floating Point True.

Field type: Opcode

MOVZ

Full Usage: MOVZ

Field type: Opcode
Modifiers: static

Move Conditional on Zero.

Field type: Opcode

MSUB

Full Usage: MSUB

Field type: Opcode
Modifiers: static

Floating Point Multiply Subtract.

Field type: Opcode

MSUBF

Full Usage: MSUBF

Field type: Opcode
Modifiers: static

Floating Point Fused Multiply Sub.

Field type: Opcode

MSUBU

Full Usage: MSUBU

Field type: Opcode
Modifiers: static

Multiply and Subtract Word to Hi,Lo.

Field type: Opcode

MTC0

Full Usage: MTC0

Field type: Opcode
Modifiers: static

Move to Coprocessor 0.

Field type: Opcode

MTC1

Full Usage: MTC1

Field type: Opcode
Modifiers: static

IMove Word to Floating Point.

Field type: Opcode

MTC2

Full Usage: MTC2

Field type: Opcode
Modifiers: static

Move Word to Coprocessor 2.

Field type: Opcode

MTHC0

Full Usage: MTHC0

Field type: Opcode
Modifiers: static

Move to High Coprocessor 0.

Field type: Opcode

MTHC1

Full Usage: MTHC1

Field type: Opcode
Modifiers: static

Move Word to High Half of Floating Point Register.

Field type: Opcode

MTHC2

Full Usage: MTHC2

Field type: Opcode
Modifiers: static

Move Word to High Half of Coprocessor 2 Register.

Field type: Opcode

MTHI

Full Usage: MTHI

Field type: Opcode
Modifiers: static

Move to HI Register.

Field type: Opcode

MTLO

Full Usage: MTLO

Field type: Opcode
Modifiers: static

Move to LO Register

Field type: Opcode

MUH

Full Usage: MUH

Field type: Opcode
Modifiers: static

Multiply Words Signed, High Word.

Field type: Opcode

MUHU

Full Usage: MUHU

Field type: Opcode
Modifiers: static

Multiply Words Unsigned, High Word

Field type: Opcode

MUL

Full Usage: MUL

Field type: Opcode
Modifiers: static

Multiply Word to GPR.

Field type: Opcode

MULT

Full Usage: MULT

Field type: Opcode
Modifiers: static

Multiply Word.

Field type: Opcode

MULTU

Full Usage: MULTU

Field type: Opcode
Modifiers: static

Multiply Unsigned Word.

Field type: Opcode

MULU

Full Usage: MULU

Field type: Opcode
Modifiers: static

Multiply Words Unsigned, Low Word

Field type: Opcode

NAL

Full Usage: NAL

Field type: Opcode
Modifiers: static

No-op and Link.

Field type: Opcode

NEG

Full Usage: NEG

Field type: Opcode
Modifiers: static

Floating Point Negate.

Field type: Opcode

NMADD

Full Usage: NMADD

Field type: Opcode
Modifiers: static

Floating Point Negative Multiply Add.

Field type: Opcode

NMSUB

Full Usage: NMSUB

Field type: Opcode
Modifiers: static

Floating Point Negative Multiply Subtract.

Field type: Opcode

NOP

Full Usage: NOP

Field type: Opcode
Modifiers: static

No Operation.

Field type: Opcode

NOR

Full Usage: NOR

Field type: Opcode
Modifiers: static

Not Or.

Field type: Opcode

OR

Full Usage: OR

Field type: Opcode
Modifiers: static

Or.

Field type: Opcode

ORI

Full Usage: ORI

Field type: Opcode
Modifiers: static

Or Immediate.

Field type: Opcode

PAUSE

Full Usage: PAUSE

Field type: Opcode
Modifiers: static

Wait for the LLBit to clear.

Field type: Opcode

PLLPS

Full Usage: PLLPS

Field type: Opcode
Modifiers: static

Pair Lower Lower.

Field type: Opcode

PLUPS

Full Usage: PLUPS

Field type: Opcode
Modifiers: static

Pair Lower Upper.

Field type: Opcode

PREF

Full Usage: PREF

Field type: Opcode
Modifiers: static

Prefetch.

Field type: Opcode

PREFE

Full Usage: PREFE

Field type: Opcode
Modifiers: static

Prefetch EVA.

Field type: Opcode

PREFX

Full Usage: PREFX

Field type: Opcode
Modifiers: static

Prefetch Indexed.

Field type: Opcode

PULPS

Full Usage: PULPS

Field type: Opcode
Modifiers: static

Pair Upper Lower.

Field type: Opcode

PUUPS

Full Usage: PUUPS

Field type: Opcode
Modifiers: static

Pair Upper Upper.

Field type: Opcode

RDHWR

Full Usage: RDHWR

Field type: Opcode
Modifiers: static

Read Hardware Register.

Field type: Opcode

RDPGPR

Full Usage: RDPGPR

Field type: Opcode
Modifiers: static

Read GPR from Previous Shadow Set.

Field type: Opcode

RECIP

Full Usage: RECIP

Field type: Opcode
Modifiers: static

Reciprocal Approximation.

Field type: Opcode

RINT

Full Usage: RINT

Field type: Opcode
Modifiers: static

Floating-Point Round to Integral.

Field type: Opcode

ROTR

Full Usage: ROTR

Field type: Opcode
Modifiers: static

Rotate Word Right.

Field type: Opcode

ROTRV

Full Usage: ROTRV

Field type: Opcode
Modifiers: static

Rotate Word Right Variable.

Field type: Opcode

ROUNDL

Full Usage: ROUNDL

Field type: Opcode
Modifiers: static

Floating Point Round to Long Fixed Point.

Field type: Opcode

ROUNDW

Full Usage: ROUNDW

Field type: Opcode
Modifiers: static

Floating Point Round to Word Fixed Point.

Field type: Opcode

RSQRT

Full Usage: RSQRT

Field type: Opcode
Modifiers: static

Reciprocal Square Root Approximation.

Field type: Opcode

SB

Full Usage: SB

Field type: Opcode
Modifiers: static

Store Byte.

Field type: Opcode

SBE

Full Usage: SBE

Field type: Opcode
Modifiers: static

Store Byte EVA.

Field type: Opcode

SC

Full Usage: SC

Field type: Opcode
Modifiers: static

Store Conditional Word.

Field type: Opcode

SCD

Full Usage: SCD

Field type: Opcode
Modifiers: static

Store Conditional Doubleword.

Field type: Opcode

SCE

Full Usage: SCE

Field type: Opcode
Modifiers: static

Store Conditional Word EVA.

Field type: Opcode

SCWP

Full Usage: SCWP

Field type: Opcode
Modifiers: static

Store Conditional Word Paired.

Field type: Opcode

SCWPE

Full Usage: SCWPE

Field type: Opcode
Modifiers: static

Store Conditional Word Paired EVA.

Field type: Opcode

SD

Full Usage: SD

Field type: Opcode
Modifiers: static

Store Doubleword.

Field type: Opcode

SDBBP

Full Usage: SDBBP

Field type: Opcode
Modifiers: static

Software Debug Breakpoint.

Field type: Opcode

SDC1

Full Usage: SDC1

Field type: Opcode
Modifiers: static

Store Doubleword from Floating Point.

Field type: Opcode

SDC2

Full Usage: SDC2

Field type: Opcode
Modifiers: static

Store Doubleword from Coprocessor 2.

Field type: Opcode

SDL

Full Usage: SDL

Field type: Opcode
Modifiers: static

Store Doubleword Left.

Field type: Opcode

SDR

Full Usage: SDR

Field type: Opcode
Modifiers: static

Store Doubleword Right.

Field type: Opcode

SDXC1

Full Usage: SDXC1

Field type: Opcode
Modifiers: static

Store Doubleword Indexed from Floating Point.

Field type: Opcode

SEB

Full Usage: SEB

Field type: Opcode
Modifiers: static

Sign-Extend Byte.

Field type: Opcode

SEH

Full Usage: SEH

Field type: Opcode
Modifiers: static

Sign-Extend Halfword.

Field type: Opcode

SEL

Full Usage: SEL

Field type: Opcode
Modifiers: static

Select floating point values with FPR condition.

Field type: Opcode

SELEQZ

Full Usage: SELEQZ

Field type: Opcode
Modifiers: static

Select integer GPR value or zero.

Field type: Opcode

SELNEQZ

Full Usage: SELNEQZ

Field type: Opcode
Modifiers: static

Select floating point value or zero with FPR condition.

Field type: Opcode

SELNEZ

Full Usage: SELNEZ

Field type: Opcode
Modifiers: static

Select integer GPR value or zero.

Field type: Opcode

SH

Full Usage: SH

Field type: Opcode
Modifiers: static

Store Halfword.

Field type: Opcode

SHE

Full Usage: SHE

Field type: Opcode
Modifiers: static

Store Halfword EVA.

Field type: Opcode

SIGRIE

Full Usage: SIGRIE

Field type: Opcode
Modifiers: static

Signal Reserved Instruction Exception.

Field type: Opcode

SLL

Full Usage: SLL

Field type: Opcode
Modifiers: static

Shift Word Left Logical.

Field type: Opcode

SLLV

Full Usage: SLLV

Field type: Opcode
Modifiers: static

Shift Word Left Logical Variable.

Field type: Opcode

SLT

Full Usage: SLT

Field type: Opcode
Modifiers: static

Set on Less Than.

Field type: Opcode

SLTI

Full Usage: SLTI

Field type: Opcode
Modifiers: static

Set on Less Than Immediate.

Field type: Opcode

SLTIU

Full Usage: SLTIU

Field type: Opcode
Modifiers: static

Set on Less Than Immediate Unsigned.

Field type: Opcode

SLTU

Full Usage: SLTU

Field type: Opcode
Modifiers: static

Set on Less Than Unsigned.

Field type: Opcode

SQRT

Full Usage: SQRT

Field type: Opcode
Modifiers: static

Floating Point Square Root.

Field type: Opcode

SRA

Full Usage: SRA

Field type: Opcode
Modifiers: static

Shift Word Right Arithmetic.

Field type: Opcode

SRAV

Full Usage: SRAV

Field type: Opcode
Modifiers: static

Shift Word Right Arithmetic Variable.

Field type: Opcode

SRL

Full Usage: SRL

Field type: Opcode
Modifiers: static

Shift Word Right Logical.

Field type: Opcode

SRLV

Full Usage: SRLV

Field type: Opcode
Modifiers: static

Shift Word Right Logical Variable.

Field type: Opcode

SSNOP

Full Usage: SSNOP

Field type: Opcode
Modifiers: static

Superscalar No Operation.

Field type: Opcode

SUB

Full Usage: SUB

Field type: Opcode
Modifiers: static

Subtract Word.

Field type: Opcode

SUBU

Full Usage: SUBU

Field type: Opcode
Modifiers: static

Subtract Unsigned Word.

Field type: Opcode

SUXC1

Full Usage: SUXC1

Field type: Opcode
Modifiers: static

Store Doubleword Indexed Unaligned from Floating Point.

Field type: Opcode

SW

Full Usage: SW

Field type: Opcode
Modifiers: static

Store Word.

Field type: Opcode

SWC1

Full Usage: SWC1

Field type: Opcode
Modifiers: static

Store Word from Floating Point.

Field type: Opcode

SWC2

Full Usage: SWC2

Field type: Opcode
Modifiers: static

Store Word from Coprocessor 2.

Field type: Opcode

SWE

Full Usage: SWE

Field type: Opcode
Modifiers: static

Store Word EVA.

Field type: Opcode

SWL

Full Usage: SWL

Field type: Opcode
Modifiers: static

Store Word Left.

Field type: Opcode

SWLE

Full Usage: SWLE

Field type: Opcode
Modifiers: static

Store Word Left EVA.

Field type: Opcode

SWR

Full Usage: SWR

Field type: Opcode
Modifiers: static

Store Word Right.

Field type: Opcode

SWRE

Full Usage: SWRE

Field type: Opcode
Modifiers: static

Store Word Right EVA.

Field type: Opcode

SWXC1

Full Usage: SWXC1

Field type: Opcode
Modifiers: static

Store Word Indexed from Floating Point.

Field type: Opcode

SYNC

Full Usage: SYNC

Field type: Opcode
Modifiers: static

Synchronize Shared Memory.

Field type: Opcode

SYNCI

Full Usage: SYNCI

Field type: Opcode
Modifiers: static

Synchronize Caches to Make Instruction Writes Effective

Field type: Opcode

SYSCALL

Full Usage: SYSCALL

Field type: Opcode
Modifiers: static

System Call.

Field type: Opcode

TEQ

Full Usage: TEQ

Field type: Opcode
Modifiers: static

Trap if Equal.

Field type: Opcode

TEQI

Full Usage: TEQI

Field type: Opcode
Modifiers: static

Trap if Equal Immediate.

Field type: Opcode

TGE

Full Usage: TGE

Field type: Opcode
Modifiers: static

Trap if Greater or Equal.

Field type: Opcode

TGEI

Full Usage: TGEI

Field type: Opcode
Modifiers: static

Trap if Greater or Equal Immediate.

Field type: Opcode

TGEIU

Full Usage: TGEIU

Field type: Opcode
Modifiers: static

Trap if Greater or Equal Immediate Unsigned.

Field type: Opcode

TGEU

Full Usage: TGEU

Field type: Opcode
Modifiers: static

Trap if Greater or Equal Unsigned.

Field type: Opcode

TLBINV

Full Usage: TLBINV

Field type: Opcode
Modifiers: static

TLB Invalidate.

Field type: Opcode

TLBINVF

Full Usage: TLBINVF

Field type: Opcode
Modifiers: static

TLB Invalidate Flush.

Field type: Opcode

TLBP

Full Usage: TLBP

Field type: Opcode
Modifiers: static

Probe TLB for Matching Entry.

Field type: Opcode

TLBR

Full Usage: TLBR

Field type: Opcode
Modifiers: static

Read Indexed TLB Entry.

Field type: Opcode

TLBWI

Full Usage: TLBWI

Field type: Opcode
Modifiers: static

Read Indexed TLB Entry.

Field type: Opcode

TLBWR

Full Usage: TLBWR

Field type: Opcode
Modifiers: static

Write Random TLB Entry.

Field type: Opcode

TLT

Full Usage: TLT

Field type: Opcode
Modifiers: static

Trap if Less Than.

Field type: Opcode

TLTI

Full Usage: TLTI

Field type: Opcode
Modifiers: static

Trap if Less Than Immediate.

Field type: Opcode

TLTIU

Full Usage: TLTIU

Field type: Opcode
Modifiers: static

Trap if Less Than Immediate Unsigned.

Field type: Opcode

TLTU

Full Usage: TLTU

Field type: Opcode
Modifiers: static

Trap if Less Than Unsigned.

Field type: Opcode

TNE

Full Usage: TNE

Field type: Opcode
Modifiers: static

Trap if Not Equal.

Field type: Opcode

TNEI

Full Usage: TNEI

Field type: Opcode
Modifiers: static

Trap if Not Equal Immediate.

Field type: Opcode

TRUNCL

Full Usage: TRUNCL

Field type: Opcode
Modifiers: static

Floating Point Truncate to Long Fixed Point.

Field type: Opcode

TRUNCW

Full Usage: TRUNCW

Field type: Opcode
Modifiers: static

Floating Point Truncate to Word Fixed Point.

Field type: Opcode

WAIT

Full Usage: WAIT

Field type: Opcode
Modifiers: static

Enter Standby Mode.

Field type: Opcode

WRPGPR

Full Usage: WRPGPR

Field type: Opcode
Modifiers: static

Write to GPR in Previous Shadow Set.

Field type: Opcode

WSBH

Full Usage: WSBH

Field type: Opcode
Modifiers: static

Word Swap Bytes Within Halfwords.

Field type: Opcode

XOR

Full Usage: XOR

Field type: Opcode
Modifiers: static

Exclusive OR.

Field type: Opcode

XORI

Full Usage: XORI

Field type: Opcode
Modifiers: static

Exclusive OR Immediate.

Field type: Opcode

Type something to start searching.