Searched refs:INSN_len_normal (Results 1 – 1 of 1) sorted by relevance
102 INSN_len_normal = 4, /* Normal instructions length. */ enumerator665 return INSN_len_normal; in arc_movi_r()675 return INSN_len_normal; in arc_mov_r()688 emit_4_bytes(buf + INSN_len_normal, imm); in arc_mov_i()690 return INSN_len_normal + INSN_len_imm; in arc_mov_i()700 emit_4_bytes(buf + INSN_len_normal, imm); in arc_mov_i_fixed()702 return INSN_len_normal + INSN_len_imm; in arc_mov_i_fixed()712 return INSN_len_normal; in arc_mov_cc_r()722 return INSN_len_normal; in arc_movu_cc_r()732 return INSN_len_normal; in arc_sexb_r()[all …]