Lines Matching defs:src
63 OPC_CMP = 0x10, /* compare src to immed */
72 OPC_ALU = 0x13, /* ALU instruction with two src registers */
104 OPC_BRNEI = 0x30, /* relative branch (if $src != immed) */
105 OPC_BREQI = 0x31, /* relative branch (if $src == immed) */
125 * 0x1e: (note different mnemonic for src vs dst)
137 REG_MEMDATA = 0x1d, /* when used as src */
139 REG_REGDATA = 0x1e, /* when used as src */
149 uint32_t src : 5;
180 uint32_t src1 : 5; /* dst (cread) or src (cwrite) register */
187 uint32_t src : 5;