Lines Matching full:addi
115 * " addi\n"
121 * " addi 17, 14, 0\n"
128 * patch_op_imm16(&func_buf[0], imm); // patch 'addi' insn
133 * the immediate field with the new value (which, for 'addi', is the
137 * 0x3A2E0000 => addi 17, 14, 0
140 * 0x3A2E0009 => addi 17, 14, 9
1008 ASSEMBLY_FUNC("test_addi", "addi 17, 14, 0");
1023 { &test_addi , " addi", },