Lines Matching defs:mod
243 dump_pc_imm(FILE *fp, uint64_t imm, unsigned branch_offset, enum bi_constmod mod, bool high32)
245 if (mod == BI_CONSTMOD_PC_HI && !high32) {
264 switch (mod) {
281 if (mod == BI_CONSTMOD_PC_LO && high32)
423 decode_M(enum bi_constmod *mod, unsigned M1, unsigned M2, bool single)
426 mod[0] = BI_CONSTMOD_NONE;
429 mod[1] = BI_CONSTMOD_NONE;
434 memcpy(mod, M2_table[M2], sizeof(*mod) * (single ? 1 : 2));
437 memcpy(mod, M1_table[M1], sizeof(*mod) * (single ? 1 : 2));