Home
last modified time | relevance | path

Searched refs:rclass_2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c22347 enum reg_class rclass_1, rclass_2; in aarch64_operands_ok_for_ldpstp() local
22436 rclass_2 = FP_REGS; in aarch64_operands_ok_for_ldpstp()
22438 rclass_2 = GENERAL_REGS; in aarch64_operands_ok_for_ldpstp()
22441 if (rclass_1 != rclass_2) in aarch64_operands_ok_for_ldpstp()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc25999 enum reg_class rclass_1, rclass_2; in aarch64_operands_ok_for_ldpstp() local
26061 rclass_2 = FP_REGS; in aarch64_operands_ok_for_ldpstp()
26063 rclass_2 = GENERAL_REGS; in aarch64_operands_ok_for_ldpstp()
26066 if (rclass_1 != rclass_2) in aarch64_operands_ok_for_ldpstp()