Lines Matching refs:MP_ERROR_TEXT

102 …emit_inline_thumb_error_msg(emit, MP_ERROR_TEXT("can only have up to 4 parameters to Thumb assembl…  in emit_inline_thumb_count_params()
107 …emit_inline_thumb_error_msg(emit, MP_ERROR_TEXT("parameters must be registers in sequence r0 to r3… in emit_inline_thumb_count_params()
112 …emit_inline_thumb_error_msg(emit, MP_ERROR_TEXT("parameters must be registers in sequence r0 to r3… in emit_inline_thumb_count_params()
192 MP_ERROR_TEXT("'%s' expects at most r%d"), op, max_reg)); in get_arg_reg()
201 MP_ERROR_TEXT("'%s' expects a register"), op)); in get_arg_reg()
215 MP_ERROR_TEXT("'%s' expects a special register"), op)); in get_arg_special_reg()
234 MP_ERROR_TEXT("'%s' expects at most r%d"), op, 31)); in get_arg_vfpreg()
243 MP_ERROR_TEXT("'%s' expects an FPU register"), op)); in get_arg_vfpreg()
296 …b_error_exc(emit, mp_obj_new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("'%s' expects … in get_arg_reglist()
303 …b_error_exc(emit, mp_obj_new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("'%s' expects … in get_arg_i()
308 …b_error_exc(emit, mp_obj_new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("'%s' integer … in get_arg_i()
332 …b_error_exc(emit, mp_obj_new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("'%s' expects … in get_arg_addr()
338 …b_error_exc(emit, mp_obj_new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("'%s' expects … in get_arg_label()
349 …b_error_exc(emit, mp_obj_new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("label '%q' no… in get_arg_label()
826 …b_error_exc(emit, mp_obj_new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("unsupported T… in emit_inline_thumb_op()
830 emit_inline_thumb_error_msg(emit, MP_ERROR_TEXT("branch not in range")); in emit_inline_thumb_op()