Lines Matching refs:InstructionCode
29 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate()
99 InstructionCode* opcode_return, Node* node, in TryMatchShift()
121 InstructionCode* opcode_return, Node* node, in TryMatchShiftImmediate()
137 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchROR()
146 bool TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchASR()
155 bool TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSL()
164 InstructionCode* opcode_return, Node* node, in TryMatchLSLImmediate()
172 bool TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSR()
182 InstructionCode* opcode_return, Node* node, in TryMatchShift()
194 InstructionCode* opcode_return, Node* node, in TryMatchImmediateOrShift()
213 InstructionCode opcode, InstructionCode reverse_opcode, in VisitBinop()
284 InstructionCode opcode, InstructionCode reverse_opcode) { in VisitBinop()
353 InstructionCode opcode = kArchNop; in VisitLoad()
443 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
451 InstructionCode opcode = kArchNop; in VisitStore()
586 InstructionCode opcode = kArmBic; in EmitBic()
712 InstructionCode opcode = kArmMvn; in VisitWord32Xor()
734 InstructionCode opcode = kArmMov; in VisitShift()
1457 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
1465 InstructionCode opcode) { in VisitFloat64Ieee754Unop()
1509 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
1567 InstructionCode opcode, FlagsContinuation* cont) { in VisitWordCompare()
1716 InstructionCode const opcode = in VisitWordCompareZero()
1967 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitAtomicStore()