Searched refs:count_operand (Results 1 – 2 of 2) sorted by relevance
149 static void count_operand( x86_op_t *op, x86_insn_t *insn, void *arg ) { in count_operand() function164 x86_operand_foreach( insn, count_operand, &count, type ); in x86_operand_count()
747 Operand count_operand = masm()->ExternalOperand(count, kScratchRegister); in DeoptimizeIf() local748 __ movl(rax, count_operand); in DeoptimizeIf()753 __ movl(count_operand, rax); in DeoptimizeIf()759 __ movl(count_operand, rax); in DeoptimizeIf()