Home
last modified time | relevance | path

Searched defs:OP_ADDI (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibhppa.h433 OP_ADDI = 0x2d, enumerator
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibhppa.h433 OP_ADDI = 0x2d, enumerator
/netbsd-src/external/mit/lua/dist/src/
H A Dlopcodes.h231 OP_ADDI,/* A B sC R[A] := R[B] + sC */ enumerator
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dlm32-desc.h67 OP_ADD = 45, OP_ADDI = 13, OP_AND = 40, OP_ANDI = 8 enumerator
H A Diq2000-desc.h90 , OP_ADDI = 8, OP_ADDIU = 9, OP_SLTI = 10, OP_SLTIU = 11 enumerator
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dlm32-desc.h67 OP_ADD = 45, OP_ADDI = 13, OP_AND = 40, OP_ANDI = 8 enumerator
H A Diq2000-desc.h90 , OP_ADDI = 8, OP_ADDIU = 9, OP_SLTI = 10, OP_SLTIU = 11 enumerator
/netbsd-src/sys/arch/mips/include/
H A Dmips_opcode.h149 #define OP_ADDI 010 macro