Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc99 InstructionCode* opcode_return, Node* node, in TryMatchShift() argument
107 *opcode_return |= AddressingModeField::encode(kImmMode); in TryMatchShift()
110 *opcode_return |= AddressingModeField::encode(kRegMode); in TryMatchShift()
119 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchROR() argument
123 kMode_Operand2_R_ROR_R>(selector, opcode_return, node, in TryMatchROR()
128 bool TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchASR() argument
132 kMode_Operand2_R_ASR_R>(selector, opcode_return, node, in TryMatchASR()
137 bool TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSL() argument
141 kMode_Operand2_R_LSL_R>(selector, opcode_return, node, in TryMatchLSL()
146 bool TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSR() argument
[all …]