Searched refs:ADDIOP (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Ddlx.h68 ADDIOP = (0x008 << 26), ADDUIOP= (0x009 << 26), SUBIOP = (0x00A << 26), SUBUIOP= (0x00B << 26)
85 #define ADDIOP 0x20000000 macro
202 { "addi", ADDIOP, "b,a,I" }, /* Add Immediate */
225 { "mov", ADDIOP, "b,P" }, /* a move macro */
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Ddlx-dis.c274 { OPC(ADDIOP), "addi" }, /* Store byte. */

Completed in 91 milliseconds