Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp45 uint16_t WideOpc; // Wide opcode member
214 unsigned FromOpc = ReduceTable[i].WideOpc; in Thumb2SizeReduce()
384 switch (Entry.WideOpc) { in ReduceLoadStore()
465 (Entry.WideOpc == ARM::t2LDMIA_UPD || in ReduceLoadStore()
466 Entry.WideOpc == ARM::t2STMDB_UPD)) { in ReduceLoadStore()
470 (Entry.WideOpc != ARM::t2LDMIA_UPD && in ReduceLoadStore()
471 Entry.WideOpc != ARM::t2STMIA_UPD)) { in ReduceLoadStore()
509 if (Entry.WideOpc == ARM::t2STMIA) in ReduceLoadStore()