Lines Matching refs:code0
350 enum rtx_code code0; in iq2000_legitimate_address_p() local
355 code0 = GET_CODE (xplus0); in iq2000_legitimate_address_p()
361 if (code0 == REG in iq2000_legitimate_address_p()
454 enum rtx_code code0, code1; in iq2000_count_memory_refs() local
480 code0 = GET_CODE (plus0); in iq2000_count_memory_refs()
483 if (code0 == REG) in iq2000_count_memory_refs()
491 if (code0 == CONST_INT) in iq2000_count_memory_refs()
513 if (code0 == SYMBOL_REF || code0 == LABEL_REF || code0 == CONST) in iq2000_count_memory_refs()
576 enum rtx_code code0 = GET_CODE (op0); in iq2000_move_1word() local
583 while (code0 == SUBREG) in iq2000_move_1word()
590 code0 = GET_CODE (op0); in iq2000_move_1word()
607 if (code0 == REG) in iq2000_move_1word()
739 else if (code0 == MEM) in iq2000_move_1word()
3250 enum rtx_code code0 = GET_CODE (xplus0); in iq2000_legitimize_address() local
3253 if (code0 != REG && code1 == REG) in iq2000_legitimize_address()
3257 code0 = GET_CODE (xplus0); in iq2000_legitimize_address()
3261 if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, mode) in iq2000_legitimize_address()