Searched refs:op_prefix (Results 1 – 2 of 2) sorted by relevance
775 self.enum_name = self.family.op_prefix + c_upper(self.name)788 self.op_prefix = None820 self.op_prefix = c_upper(self.yaml['operations']['name-prefix'])822 self.op_prefix = c_upper(self.yaml['name'] + '-cmd-')826 self.async_op_prefix = self.op_prefix1286 def op_prefix(ri, direction, deref=False): function1686 name = op_prefix(ri, direction)1694 name = op_prefix(ri, direction)
4765 bool op_prefix = false; in x86_decode_insn() local4817 op_prefix = true; in x86_decode_insn()4924 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()4926 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()