Lines Matching defs:bits
99 uint64_t bits = i->i_bits; in asm_brhint() local
130 uint64_t bits = i->i_bits; in asm_brphint() local
1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, in operand()
1823 imm(uint64_t bits, int sign, int o, int l) in imm()
1833 s_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) in s_imm()
1840 u_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) in u_imm()
1847 vimm(uint64_t bits, int sign, va_list ap) in vimm()
1864 s_immf(struct asm_inst *i, int op, uint64_t bits, ...) in s_immf()
1874 u_immf(struct asm_inst *i, int op, uint64_t bits, ...) in u_immf()
1884 disp(struct asm_inst *i, int op, uint64_t bits, ...) in disp()
1901 asm_extract(enum asm_op op, enum asm_fmt fmt, uint64_t bits, in asm_extract()