Searched refs:halfmode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c4941 machine_mode halfmode = BLKmode; local
4950 halfmode = V32QImode;
4959 halfmode = V16QImode;
4968 halfmode = V16HImode;
4977 halfmode = V8HImode;
4986 halfmode = V8SImode;
4995 halfmode = V4SImode;
5023 tmp = gen_reg_rtx (halfmode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc5366 machine_mode halfmode = BLKmode;
5375 halfmode = V32QImode;
5384 halfmode = V16QImode;
5393 halfmode = V16HImode;
5402 halfmode = V8HImode;
5411 halfmode = V8SImode;
5420 halfmode = V4SImode;
5466 tmp = gen_reg_rtx (halfmode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c20449 machine_mode halfmode = GET_MODE (operands[1]); local
20453 gcc_assert (halfmode == V16QImode);
20463 destlo = gen_rtx_REG_offset (operands[0], halfmode, dest, 0);
20464 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs,
20465 GET_MODE_SIZE (halfmode));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc23526 machine_mode halfmode = GET_MODE (operands[1]);
23530 gcc_assert (halfmode == V16QImode);
23540 destlo = gen_rtx_REG_offset (operands[0], halfmode, dest, 0);
23541 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs,
23542 GET_MODE_SIZE (halfmode));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c25679 machine_mode halfmode = GET_MODE (operands[1]);
25691 destlo = gen_rtx_REG_offset (operands[0], halfmode, dest, 0);
25692 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs,
25693 GET_MODE_SIZE (halfmode));
25655 machine_mode halfmode = GET_MODE (operands[1]); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc25854 machine_mode halfmode = GET_MODE (operands[1]);
25866 destlo = gen_rtx_REG_offset (operands[0], halfmode, dest, 0);
25867 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs,
25868 GET_MODE_SIZE (halfmode));

Completed in 369 milliseconds