Lines Matching full:hint
253 if (opr->hint & OH_SILENT) { in print_operands()
264 if (opr->hint & OH_ADDR) { in print_operands()
269 if (ctx->op->hint & H_RELATIVE) in print_operands()
294 else if (opr->hint & OH_REG) { in print_operands()
296 (opr->field == O_rA) && (ctx->op->hint & H_RA0_IS_0)) { in print_operands()
308 else if (opr->hint & OH_SPR) { in print_operands()
312 else if (opr->hint & OH_TBR) { in print_operands()
316 else if (opr->hint & OH_LITERAL) { in print_operands()
337 else if (opr->hint & OH_OFFSET) { in print_operands()
803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc()
866 if (oper->hint & OH_ADDR) { in parse_operand()
869 if (opc->hint & H_RELATIVE) in parse_operand()
882 else if (oper->hint & OH_REG) { in parse_operand()
898 else if (oper->hint & OH_SPR) { in parse_operand()
906 else if (oper->hint & OH_TBR) { in parse_operand()