Searched defs:WIDTH (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/target/hexagon/mmvec/ |
| H A D | macros.h | 70 #define fGETQBITS(REG, WIDTH, MASK, BITNO) \ argument 96 #define fSETQBITS(REG, WIDTH, MASK, BITNO, VAL) \ argument 106 #define fVELEM(WIDTH) ((fVECSIZE() * 8) / WIDTH) argument 306 #define fVFOREACH(WIDTH, VAR) for (VAR = 0; VAR < fVELEM(WIDTH); VAR++) argument 313 #define fVUADDSAT(WIDTH, U, V) \ argument 315 #define fVSADDSAT(WIDTH, U, V) \ argument 317 #define fVUSUBSAT(WIDTH, U, V) \ argument 319 #define fVSSUBSAT(WIDTH, U, V) \ argument 321 #define fVAVGU(WIDTH, U, V) \ argument 323 #define fVAVGURND(WIDTH, U, V) \ argument [all …]
|
| /openbmc/qemu/target/hexagon/ |
| H A D | reg_fields.c | 22 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
|
| H A D | reg_fields.h | 27 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
|
| H A D | macros.h | 200 #define fINSERT_BITS(REG, WIDTH, OFFSET, INVAL) \ argument 202 #define fEXTRACTU_BITS(INREG, WIDTH, OFFSET) \ argument 204 #define fEXTRACTU_BIDIR(INREG, WIDTH, OFFSET) \ argument
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | read_write_overlap.c | 37 #define insert(RES, X, WIDTH, OFFSET) \ argument
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_bitblt.c | 13 #define WIDTH 200 macro
|
| /openbmc/u-boot/drivers/demo/ |
| H A D | demo-shape.c | 18 #define WIDTH 8 macro
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | ncurses.py | 57 WIDTH = 2 variable
|