Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp262 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode,
4485 const std::array<std::array<unsigned, 2>, 5> &AddrModeAndSizeToOpcode, in emitAddSub() argument
4498 return emitInstr(AddrModeAndSizeToOpcode[0][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4503 return emitInstr(AddrModeAndSizeToOpcode[3][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4508 return emitInstr(AddrModeAndSizeToOpcode[4][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4513 return emitInstr(AddrModeAndSizeToOpcode[1][Is32Bit], {Dst}, {LHS}, in emitAddSub()
4515 return emitInstr(AddrModeAndSizeToOpcode[2][Is32Bit], {Dst}, {LHS, RHS}, in emitAddSub()