Home
last modified time | relevance | path

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

/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 …]
/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
/qemu/tests/tcg/hexagon/
H A Dread_write_overlap.c37 #define insert(RES, X, WIDTH, OFFSET) \ argument