Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp262 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode,
4449 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode, in emitAddSub() argument
4462 return emitInstr(AddrModeAndSizeToOpcode[0][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4467 return emitInstr(AddrModeAndSizeToOpcode[3][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4472 return emitInstr(AddrModeAndSizeToOpcode[4][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4477 return emitInstr(AddrModeAndSizeToOpcode[1][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4479 return emitInstr(AddrModeAndSizeToOpcode[2][Is32Bit], {Dst}, {LHS, RHS}, in emitAddSub()