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()
730 Operand count_operand = masm()->ExternalOperand(count, kScratchRegister); in DeoptimizeIf() local731 __ movl(rax, count_operand); in DeoptimizeIf()736 __ movl(count_operand, rax); in DeoptimizeIf()742 __ movl(count_operand, rax); in DeoptimizeIf()