Home
last modified time | relevance | path

Searched refs:rclass_1 (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
22431 rclass_1 = FP_REGS; in aarch64_operands_ok_for_ldpstp()
22433 rclass_1 = 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
26056 rclass_1 = FP_REGS; in aarch64_operands_ok_for_ldpstp()
26058 rclass_1 = GENERAL_REGS; in aarch64_operands_ok_for_ldpstp()
26066 if (rclass_1 != rclass_2) in aarch64_operands_ok_for_ldpstp()