Home
last modified time | relevance | path

Searched refs:op2_class (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c2366 enum h8300_operand_class op1_class, op2_class; in h8300_length_from_table() local
2371 + h8300_classify_operand (op2, size, &op2_class)); in h8300_length_from_table()
2372 return immediate_length + (*table)[op1_class - 1][op2_class]; in h8300_length_from_table()
H A Dh8300.cc2285 enum h8300_operand_class op1_class, op2_class; in h8300_length_from_table() local
2290 + h8300_classify_operand (op2, size, &op2_class)); in h8300_length_from_table()
2291 return immediate_length + (*table)[op1_class - 1][op2_class]; in h8300_length_from_table()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c2366 enum h8300_operand_class op1_class, op2_class; in h8300_length_from_table() local
2371 + h8300_classify_operand (op2, size, &op2_class)); in h8300_length_from_table()
2372 return immediate_length + (*table)[op1_class - 1][op2_class]; in h8300_length_from_table()