Searched refs:op_prefix (Results 1 – 2 of 2) sorted by relevance
1205 self.enum_name = self.family.op_prefix + c_upper(self.name)1228 self.op_prefix = None1269 self.op_prefix = c_upper(self.yaml['operations']['name-prefix'])1271 self.op_prefix = c_upper(self.yaml['name'] + '-cmd-')1275 self.async_op_prefix = self.op_prefix1921 def op_prefix(ri, direction, deref=False): function2533 name = op_prefix(ri, direction)2552 name = op_prefix(ri, direction)2561 name = op_prefix(ri, direction)
4785 if (ctxt->rep_prefix || ctxt->op_prefix || ctxt->rex_prefix) in x86_decode_avx()4842 case 1: ctxt->op_prefix = true; break; in x86_decode_avx()4911 ctxt->op_prefix = true; in x86_decode_insn()5030 if (ctxt->rep_prefix && ctxt->op_prefix) in x86_decode_insn()5032 simd_prefix = ctxt->op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()5266 ctxt->op_prefix = false; in init_decode_cache()