Home
last modified time | relevance | path

Searched defs:MASK (Results 1 – 9 of 9) sorted by relevance

/qemu/include/qemu/
H A Dlog.h54 #define qemu_log_mask(MASK, FMT, ...) \ argument
68 #define qemu_log_mask_and_addr(MASK, ADDR, FMT, ...) \ argument
/qemu/target/arm/tcg/
H A Diwmmxt_helper.c301 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \ argument
307 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \ argument
314 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK) \ argument
320 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK) \ argument
H A Dsve_helper.c3654 #define DO_CMP_PPZZ(NAME, TYPE, OP, H, MASK) \ argument
3722 #define DO_CMP_PPZW(NAME, TYPE, TYPEW, OP, H, MASK) \ argument
3799 #define DO_CMP_PPZI(NAME, TYPE, OP, H, MASK) \ argument
/qemu/target/hexagon/mmvec/
H A Dmacros.h50 #define LOG_VTCM_BYTE(VA, MASK, VAL, IDX) \ argument
70 #define fGETQBITS(REG, WIDTH, MASK, BITNO) \ argument
96 #define fSETQBITS(REG, WIDTH, MASK, BITNO, VAL) \ argument
110 #define fV_AL_CHECK(EA, MASK) \ argument
295 #define fSTOREMMVQ(EA, SRC, MASK) \ argument
299 #define fSTOREMMVNQ(EA, SRC, MASK) \ argument
/qemu/target/loongarch/tcg/
H A Dvec_helper.c2326 #define VFRSTP(NAME, BIT, MASK, E) \ argument
3165 #define XVINSVE0(NAME, E, MASK) \ argument
3176 #define XVPICKVE(NAME, E, BIT, MASK) \ argument
3474 #define VEXTRINS(NAME, BIT, E, MASK) \ argument
/qemu/hw/scsi/
H A Dvmw_pvscsi.h30 #define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ macro
/qemu/tests/qtest/libqos/
H A Dahci.c1261 #define RSET(REG, MASK) (BITSET(ahci_px_rreg(ahci, cmd->port, (REG)), (MASK))) in ahci_command_wait() argument
/qemu/target/riscv/
H A Dvector_helper.c1333 #define GEN_VEXT_SHIFT_VV(NAME, TS1, TS2, HS1, HS2, OP, MASK) \ argument
1380 #define GEN_VEXT_SHIFT_VX(NAME, TD, TS2, HD, HS2, OP, MASK) \ argument
/qemu/tcg/
H A Dtcg.c3407 #define CONST(CASE, MASK) \ in process_constraint_sets() argument
3409 #define REGS(CASE, MASK) \ in process_constraint_sets() argument