Home | History | Annotate | Download | only in opcodes

Lines Matching refs:N_

54 static const char * not_valid    = N_ ("displacement value is not in range and is not aligned");
55 static const char * out_of_range = N_ ("displacement value is out of range");
56 static const char * not_aligned = N_ ("displacement value is not aligned");
58 static const char * immediate_out_of_range = N_ ("immediate value is out of range");
59 static const char * branch_out_of_range = N_ ("branch value out of range");
60 static const char * branch_out_of_range_and_odd_offset = N_ ("branch value not in range and to odd offset");
61 static const char * branch_to_odd_offset = N_ ("branch to odd offset");
62 static const char * pos_out_of_range = N_ ("position value is out of range");
63 static const char * width_out_of_range = N_ ("width value is out of range");
64 static const char * selid_out_of_range = N_ ("SelID is out of range");
65 static const char * vector8_out_of_range = N_ ("vector8 is out of range");
66 static const char * vector5_out_of_range = N_ ("vector5 is out of range");
67 static const char * imm10_out_of_range = N_ ("imm10 is out of range");
68 static const char * sr_selid_out_of_range = N_ ("SR/SelID is out of range");