Lines Matching refs:def
1 %def fbinop(instr=""):
21 %def fbinopWide(instr="fadd d0, d1, d2", result="d0", r1="d1", r2="d2"):
38 %def fbinop2addr(instr=""):
57 %def fbinopWide2addr(instr="fadd d0, d0, d1", r0="d0", r1="d1"):
72 %def fcmp(wide="", r1="s1", r2="s2", cond="lt"):
97 %def funopNarrow(srcreg="s0", tgtreg="d0", instr=""):
115 %def funopNarrower(srcreg="s0", tgtreg="d0", instr=""):
136 %def funopWide(srcreg="s0", tgtreg="d0", instr=""):
161 %def funopWider(srcreg="s0", tgtreg="d0", instr=""):
178 %def op_add_double():
181 %def op_add_double_2addr():
184 %def op_add_float():
187 %def op_add_float_2addr():
190 %def op_cmpg_double():
193 %def op_cmpg_float():
196 %def op_cmpl_double():
199 %def op_cmpl_float():
202 %def op_div_double():
205 %def op_div_double_2addr():
208 %def op_div_float():
211 %def op_div_float_2addr():
214 %def op_double_to_float():
217 %def op_double_to_int():
220 %def op_double_to_long():
223 %def op_float_to_double():
226 %def op_float_to_int():
229 %def op_float_to_long():
232 %def op_int_to_double():
235 %def op_int_to_float():
238 %def op_long_to_double():
241 %def op_long_to_float():
244 %def op_mul_double():
247 %def op_mul_double_2addr():
250 %def op_mul_float():
253 %def op_mul_float_2addr():
256 %def op_neg_double():
259 %def op_neg_float():
262 %def op_rem_double():
277 %def op_rem_double_2addr():
291 %def op_rem_float():
295 %def op_rem_float_2addr():
308 %def op_sub_double():
311 %def op_sub_double_2addr():
314 %def op_sub_float():
317 %def op_sub_float_2addr():