Searched refs:shift_operand (Results 1 – 1 of 1) sorted by relevance
385 InstructionOperand* shift_operand; in EmitBic() local386 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) { in EmitBic()388 value_operand, shift_operand); in EmitBic()458 InstructionOperand* shift_operand; in VisitWord32Xor() local460 &shift_operand)) { in VisitWord32Xor()461 Emit(opcode, g.DefineAsRegister(node), value_operand, shift_operand); in VisitWord32Xor()