Home | History | Annotate | Download | only in arm64

Lines Matching defs:in

3 // found in the LICENSE file.
338 // condition in order to switch the operands.
621 // TODO(arm64): I guess this could be done in a better way.
628 // OutOfLineRecordWrite uses the index in an arithmetic instruction, so we
925 // Select Ubfx for And(Shr(x, imm), mask) where the mask is in the least
966 // Select Ubfx for And(Shr(x, imm), mask) where the mask is in the least
1460 InstructionOperand in[] = {result, result};
1461 selector->EmitDeoptimize(opcode, 0, nullptr, 2, in, cont->kind(),
1702 // 32-bit operations will write their result in a W register (implicitly
1731 // The top 32 bits in the 64-bit register will be undefined, and
1786 // TODO(ahaas): Poke arguments in
1930 // We can also handle the case where the add and the compare are in the
1931 // same basic block, and the compare is the only use of add in this basic
1932 // block (the add has users in other basic blocks).
2003 // deoptimisations results in more veneers.
2084 // In order to get shifted operations to work, we must remove the rhs
2433 // This improves pattern matching in VisitWord32Compare.