Searched refs:AddrModeAndSizeToOpcode (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 245 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode, 4115 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode, in emitAddSub() argument 4128 return emitInstr(AddrModeAndSizeToOpcode[0][Is32Bit], {Dst}, {LHS}, in emitAddSub() 4133 return emitInstr(AddrModeAndSizeToOpcode[3][Is32Bit], {Dst}, {LHS}, in emitAddSub() 4138 return emitInstr(AddrModeAndSizeToOpcode[4][Is32Bit], {Dst}, {LHS}, in emitAddSub() 4143 return emitInstr(AddrModeAndSizeToOpcode[1][Is32Bit], {Dst}, {LHS}, in emitAddSub() 4145 return emitInstr(AddrModeAndSizeToOpcode[2][Is32Bit], {Dst}, {LHS, RHS}, in emitAddSub()
|