Searched refs:QI (Results 1 - 25 of 134) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dgenmova.sh45 for s in QI HI; do
49 QI) src=%X1.b;;
56 # Loop over the destination register's mode. The QI and HI versions use
59 for d in QI HI SI; do
66 SI:QI | SI:HI | HI:QI)
91 QI:1) mask=510;;
92 QI:2) mask=1020;;
109 QI:QI | H
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dgenmova.sh45 for s in QI HI; do
49 QI) src=%X1.b;;
56 # Loop over the destination register's mode. The QI and HI versions use
59 for d in QI HI SI; do
66 SI:QI | SI:HI | HI:QI)
90 QI:1) mask=510;;
91 QI:2) mask=1020;;
108 QI:QI | H
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dlib2div.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pru/
H A Dlib2bitcountHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2divHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2divQI.c0 /* QI mode divide routines for libgcc for PRU
30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dlib2divSI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2bitcountHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2divHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2divQI.c0 /* QI mode divide routines for libgcc for MSP430
30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dlib2divSI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2bitcountHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2divHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2divQI.c0 /* QI mode divide routines for libgcc for MSP430
30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pru/
H A Dlib2divHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2divQI.c0 /* QI mode divide routines for libgcc for PRU
30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
H A Dlib2bitcountHI.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dlib2div.c30 typedef int sint08_type __attribute__ ((mode (QI)));
31 typedef unsigned int uint08_type __attribute__ ((mode (QI)));
/netbsd-current/external/gpl3/binutils/dist/include/cgen/
H A Dbasic-modes.h32 typedef int8_t QI; typedef
H A Dbasic-ops.h60 #define DIVQI(x, y) ((QI) (x) / (QI) (y))
62 #define MODQI(x, y) ((QI) (x) % (QI) (y))
64 #define SRAQI(x, y) ((QI) (x) >> (y))
67 extern QI RORQI (QI, int);
68 extern QI ROLQI (QI, int);
73 #define NOTQI(x) (! (QI) (
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/cgen/
H A Dbasic-modes.h34 typedef int8_t QI; typedef
H A Dbasic-ops.h60 #define DIVQI(x, y) ((QI) (x) / (QI) (y))
62 #define MODQI(x, y) ((QI) (x) % (QI) (y))
64 #define SRAQI(x, y) ((QI) (x) >> (y))
67 extern QI RORQI (QI, int);
68 extern QI ROLQI (QI, int);
73 #define NOTQI(x) (! (QI) (
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/cgen/
H A Dbasic-modes.h32 typedef int8_t QI; typedef
H A Dbasic-ops.h60 #define DIVQI(x, y) ((QI) (x) / (QI) (y))
62 #define MODQI(x, y) ((QI) (x) % (QI) (y))
64 #define SRAQI(x, y) ((QI) (x) >> (y))
67 extern QI RORQI (QI, int);
68 extern QI ROLQI (QI, int);
73 #define NOTQI(x) (! (QI) (
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/cgen/
H A Dbasic-modes.h32 typedef int8_t QI; typedef

Completed in 373 milliseconds

123456