Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp301 #define STORE_OPCODE(VAR, OPC) VAR = isThumb ? ARM::t2##OPC : ARM::OPC in OpcodeCache() macro
302 STORE_OPCODE(SEXT16, SXTH); in OpcodeCache()
303 STORE_OPCODE(ZEXT16, UXTH); in OpcodeCache()
305 STORE_OPCODE(SEXT8, SXTB); in OpcodeCache()
306 STORE_OPCODE(ZEXT8, UXTB); in OpcodeCache()
308 STORE_OPCODE(AND, ANDri); in OpcodeCache()
309 STORE_OPCODE(RSB, RSBri); in OpcodeCache()
311 STORE_OPCODE(STORE32, STRi12); in OpcodeCache()
312 STORE_OPCODE(LOAD32, LDRi12); in OpcodeCache()
318 STORE_OPCODE(STORE8, STRBi12); in OpcodeCache()
[all …]