Home
last modified time | relevance | path

Searched refs:shift_operand (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc385 InstructionOperand* shift_operand; in EmitBic() local
386 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) { in EmitBic()
388 value_operand, shift_operand); in EmitBic()
458 InstructionOperand* shift_operand; in VisitWord32Xor() local
460 &shift_operand)) { in VisitWord32Xor()
461 Emit(opcode, g.DefineAsRegister(node), value_operand, shift_operand); in VisitWord32Xor()