Home
last modified time | relevance | path

Searched refs:PRED (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y60 %token <rvalue> REG IMM PRED
237 | PRED
247 | IN PRED
321 | PRED '=' rvalue
478 | PRED
H A Dmacros.inc91 #define fLSBNEWNOT(PRED) (fLSBNEW(~PRED))
H A DREADME.rst203 | PRED
205 | IN PRED
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h167 #define fGEN_TCG_VEC_CMOV(PRED) \ argument
172 tcg_gen_brcondi_tl(TCG_COND_NE, lsb, PRED, false_label); \
576 #define fGEN_TCG_PRED_VEC_LOAD(GET_EA, PRED, DSTOFF, INC) \ argument
581 PRED; \
741 #define fGEN_TCG_PRED_VEC_STORE(GET_EA, PRED, SRCOFF, ALIGN, INC) \ argument
746 PRED; \
H A Dmacros.h91 #define CHECK_NOSHUF_PRED(GET_EA, SIZE, PRED) \ argument
94 tcg_gen_brcondi_tl(TCG_COND_EQ, PRED, 0, noshuf_label); \
557 #define fSTORE_LOCKED(NUM, SIZE, EA, SRC, PRED) \ argument
558 gen_store_conditional##SIZE(ctx, PRED, EA, SRC);
H A Dgen_tcg.h327 #define fGEN_TCG_PRED_LOAD(GET_EA, PRED, SIZE, SIGN) \ argument
332 PRED; \
384 #define fGEN_TCG_PRED_LOAD_PAIR(GET_EA, PRED) \ argument
389 PRED; \
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dencode_ext.def69 #define LDST_BO(TAGPRE,MID3,PRED,MIN3,VREG) LDST_ENC(TAGPRE##_ai, 000,MID3,ttttt,i PRED iii,MIN3,VR…
70 #define LDST_PI(TAGPRE,MID3,PRED,MIN3,VREG) LDST_ENC(TAGPRE##_pi, 001,MID3,xxxxx,- PRED iii,MIN3,VR…
71 #define LDST_PM(TAGPRE,MID3,PRED,MIN3,VREG) LDST_ENC(TAGPRE##_ppu,011,MID3,xxxxx,u PRED ---,MIN3,VR…
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c577 FUNC, RESIN, SRC1, SRC2, PRED, RES, USR_RES) \ argument
582 uint8_t pred = PRED; \
589 #define TEST_XR_OP_RRp(FUNC, RESIN, SRC1, SRC2, PRED, RES, USR_RES) \ argument
591 FUNC, RESIN, SRC1, SRC2, PRED, RES, USR_RES)
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def1378 { PRED = (mem_store_conditional(thread,EA,SRC,SIZE,insn) ? 0xff : 0); },