Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp299 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode,
4266 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode, in emitAddSub() argument
4279 return emitInstr(AddrModeAndSizeToOpcode[0][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4284 return emitInstr(AddrModeAndSizeToOpcode[3][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4289 return emitInstr(AddrModeAndSizeToOpcode[4][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4294 return emitInstr(AddrModeAndSizeToOpcode[1][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4296 return emitInstr(AddrModeAndSizeToOpcode[2][Is32Bit], {Dst}, {LHS, RHS}, in emitAddSub()