Searched refs:opr (Results 1 – 3 of 3) sorted by relevance
238 struct operand *opr; in print_operands() local254 if (opr->hint & OH_SILENT) { in print_operands()263 operand = (ctx->instr >> opr->shift) & ((1 << opr->bits) - 1); in print_operands()265 if (opr->hint & OH_ADDR) { in print_operands()295 else if (opr->hint & OH_REG) { in print_operands()309 else if (opr->hint & OH_SPR) { in print_operands()313 else if (opr->hint & OH_TBR) { in print_operands()317 else if (opr->hint & OH_LITERAL) { in print_operands()318 switch (opr->field) { in print_operands()379 struct operand *opr; in get_operand_value() local[all …]
168 #define LUT_DEF(idx, ins, pad, opr) \ argument169 ((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
300 #define LUT_DEF(idx, ins, pad, opr) \ argument302 (opr)) << (((idx) % 2) * OPRND_SHIFT))
Completed in 12 milliseconds