Home
last modified time | relevance | path

Searched defs:WIDTH (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h70 #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 Dreg_fields.c22 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
H A Dreg_fields.h27 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
H A Dmacros.h200 #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 Dread_write_overlap.c37 #define insert(RES, X, WIDTH, OFFSET) \ argument
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c13 #define WIDTH 200 macro
/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c18 #define WIDTH 8 macro
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py57 WIDTH = 2 variable