Searched refs:halfregs (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 20450 unsigned int halfregs = REG_NREGS (operands[1]); in aarch64_split_combinev16qi() local 20455 if (src1 == dest && src2 == dest + halfregs) in aarch64_split_combinev16qi() 20464 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs, in aarch64_split_combinev16qi() 20481 if (src2 != dest + halfregs) in aarch64_split_combinev16qi() 20486 if (src2 != dest + halfregs) in aarch64_split_combinev16qi()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 23590 unsigned int halfregs = REG_NREGS (operands[1]); in aarch64_split_combinev16qi() local 23595 if (src1 == dest && src2 == dest + halfregs) in aarch64_split_combinev16qi() 23604 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs, in aarch64_split_combinev16qi() 23621 if (src2 != dest + halfregs) in aarch64_split_combinev16qi() 23626 if (src2 != dest + halfregs) in aarch64_split_combinev16qi()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 25656 unsigned int halfregs = REG_NREGS (operands[1]); in neon_split_vcombine() local 25659 if (src1 == dest && src2 == dest + halfregs) in neon_split_vcombine() 25668 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs, in neon_split_vcombine() 25672 if (src2 == dest && src1 == dest + halfregs) in neon_split_vcombine() 25686 if (src2 != dest + halfregs) in neon_split_vcombine() 25691 if (src2 != dest + halfregs) in neon_split_vcombine()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 25908 unsigned int halfregs = REG_NREGS (operands[1]); in neon_split_vcombine() local 25911 if (src1 == dest && src2 == dest + halfregs) in neon_split_vcombine() 25920 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs, in neon_split_vcombine() 25924 if (src2 == dest && src1 == dest + halfregs) in neon_split_vcombine() 25938 if (src2 != dest + halfregs) in neon_split_vcombine() 25943 if (src2 != dest + halfregs) in neon_split_vcombine()
|