Searched refs:WOpc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp433 unsigned WOpc = (TotalSize == 2) ? Hexagon::S4_storeirh_io : local
435 assert(WOpc && "Unexpected size");
438 const MCInstrDesc &StD = TII->get(WOpc);
456 unsigned WOpc = (TotalSize == 2) ? Hexagon::S2_storerh_io : local
458 assert(WOpc && "Unexpected size");
460 const MCInstrDesc &StD = TII->get(WOpc);

Completed in 77 milliseconds