Searched refs:op_prefix (Results 1 – 2 of 2) sorted by relevance
952 self.enum_name = self.family.op_prefix + c_upper(self.name)965 self.op_prefix = None1001 self.op_prefix = c_upper(self.yaml['operations']['name-prefix'])1003 self.op_prefix = c_upper(self.yaml['name'] + '-cmd-')1007 self.async_op_prefix = self.op_prefix1536 def op_prefix(ri, direction, deref=False): function2009 name = op_prefix(ri, direction)2017 name = op_prefix(ri, direction)
4738 bool op_prefix = false; in x86_decode_insn() local4790 op_prefix = true; in x86_decode_insn()4897 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()4899 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()