A B C D G H I J L M N O P R S T W X

I

Inst - Class in <Unnamed>
Inst class.
Inst(int, String, String, String, String, String, int) - Constructor for class Inst
Instruction constructor.
ISA - Class in <Unnamed>
Class containing the Larc ISA.
ISA() - Constructor for class ISA
 
isALU(int) - Static method in class Inst
Checks if opcode is an ALU opcode
isALU() - Method in class Inst
Checks if instruction is an ALU instruction
isAscii(String) - Static method in class Datum
Checks if directive is an ascii datum
isAsciiz() - Method in class Datum
Returns whether datum is an asciiz datum
isBinary(String) - Static method in class Convert
Checks if a number is a 16-bit (or less) binary string
isBranch(int) - Static method in class Inst
Checks if opcode is a branch opcode
isBranch() - Method in class Inst
Checks if instruction is a branch instruction
isDecimal(String) - Static method in class Convert
Checks if a string contains a 16-bit (or fewer bits) decimal value
isExtended(int) - Static method in class Inst
Is this an extended instruction?
isExtended() - Method in class Inst
Checks if instruction is an extended instruction
isHex(String) - Static method in class Convert
Checks if a string contains a 16-bit (or fewer bits) hexadecimal value
isJump(int) - Static method in class Inst
Checks if opcode is a jump opcode
isJump() - Method in class Inst
Checks if instruction is a jump instruction
isKernelReg(String) - Static method in class ISA
Is a kernel register (k0 or k1)?
isLabel(String) - Static method in class Label
Checks if string is a label
isLoadImm(int) - Static method in class Inst
Checks if opcode is a load immediate opcode
isLoadImm() - Method in class Inst
Checks if instruction is a load immediate instruction
isMem(int) - Static method in class Inst
Checks if opcode is a memory opcode
isMem() - Method in class Inst
Checks if instruction is a memory instruction
isReservedReg(String) - Static method in class ISA
Is a reserved assembler register (at0 or at1)?
isSpace(String) - Static method in class Datum
Checks if directive is a space datum
isSpace() - Method in class Datum
Returns whether datum is a space datum
isSysCall(int) - Static method in class Inst
Checks if opcode is a system call opcode
isSysCall() - Method in class Inst
Checks if instruction is a system call instruction
isSysRetn(int) - Static method in class Inst
Checks if opcode is a system return opcode
isSysRetn() - Method in class Inst
Checks if instruction is a system return instruction
isWord(String) - Static method in class Datum
Checks if directive is a word datum
isWord() - Method in class Datum
Returns whether datum is a word datum

A B C D G H I J L M N O P R S T W X