Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Opcode

88         unsigned Opcode;
90 Opcode = Hexagon::S2_storerd_pci;
92 Opcode = Hexagon::S2_storeri_pci;
94 Opcode = Hexagon::S2_storerh_pci;
96 Opcode = Hexagon::S2_storerf_pci;
98 Opcode = Hexagon::S2_storerb_pci;
111 TII->get(Opcode));
128 unsigned Opcode;
130 Opcode = Hexagon::L2_loadrd_pci;
132 Opcode = Hexagon::L2_loadri_pci;
134 Opcode = Hexagon::L2_loadrh_pci;
136 Opcode = Hexagon::L2_loadruh_pci;
138 Opcode = Hexagon::L2_loadrb_pci;
140 Opcode = Hexagon::L2_loadrub_pci;
154 TII->get(Opcode));
171 unsigned Opcode;
173 Opcode = Hexagon::L2_loadrd_pbr;
175 Opcode = Hexagon::L2_loadri_pbr;
177 Opcode = Hexagon::L2_loadrh_pbr;
179 Opcode = Hexagon::L2_loadruh_pbr;
181 Opcode = Hexagon::L2_loadrb_pbr;
183 Opcode = Hexagon::L2_loadrub_pbr;
195 TII->get(Opcode));
210 unsigned Opcode;
212 Opcode = Hexagon::S2_storerd_pbr;
214 Opcode = Hexagon::S2_storeri_pbr;
216 Opcode = Hexagon::S2_storerh_pbr;
218 Opcode = Hexagon::S2_storerf_pbr;
220 Opcode = Hexagon::S2_storerb_pbr;
232 TII->get(Opcode));