Lines Matching refs:mode
82 # Start a PIC function in ISA mode MODE, which is either "mips16"
84 .macro pic_prologue,mode
85 cpload_\mode
92 .macro pic_call,name,mode
94 .ifc \mode,mips16
118 # MODE selects the ISA mode of the code: either "mips16"
120 .macro callpic,name,mode
122 .set \mode
123 .ent callpic_\name\()_\mode
124 callpic_\name\()_\mode:
125 pic_prologue \mode
126 pic_call a_\name,\mode
127 pic_call b_\name,\mode
129 .end callpic_\name\()_\mode
133 # ISA mode of the code: either "mips16" or "nomips16".
134 .macro jals,name,mode
136 .set \mode
137 .ent jals_\name\()_\mode
138 jals_\name\()_\mode:
146 .end jals_\name\()_\mode