Home | History | Annotate | Download | only in arm

Lines Matching defs:IN

12    GCC is distributed in the hope that it will be useful, but WITHOUT ANY
34 type optype = IN | OUT | INOUT
72 | IN -> ""
85 let indent = " " in
90 Printf.printf "%s" (destreg nregs first IN thumb);
95 let indent = " " in
99 Printf.printf "%s" (destreg nregs first IN thumb);
104 let indent = " " ^ extra_indent in
110 let indent = " " ^ extra_indent in
116 let indent = " " in
122 let indent = " " in
154 if the address register also appears in the list of loaded
157 in the match_parallel predicate that the condition described
174 let astr = string_of_addrmode addrmode thumb update in
182 (destreg nregs true INOUT thumb) (destreg nregs false IN thumb);
223 let nregs = 2 in
226 let indent = " " in
309 let addrmodes = [ IA; IB; DA; DB ] in
310 let sizes = [ 4; 3; 2] in
348 " GCC is distributed in the hope that it will be useful, but WITHOUT";