Lines Matching refs:wide

1 %def bindiv(result="", second="", tmp="", wide="", suffix="", rem="0", ext="cdq"):
8 .if $wide
24 .if $wide
40 .if $wide
51 .if $wide
61 %def bindiv2addr(result="", second="", tmp="", wide="", suffix="", rem="0", ext="cdq"):
69 .if $wide
85 .if $wide
101 .if $wide
112 .if $wide
194 %def binop1(wide="0", instr=""):
203 .if $wide
298 %def cvtfp_int(fp_suffix="", i_suffix="", max_const="", result_reg="", wide=""):
319 .if $wide
326 %def shop2addr(wide="0", instr=""):
335 .if $wide
346 %def unop(preinstr="", instr="", wide="0"):
354 .if ${wide}
362 .if ${wide}
425 % bindiv(result="%eax", second="%ecx", tmp="%edx", wide="0", suffix="l")
428 % bindiv2addr(result="%eax", second="%ecx", tmp="%edx", wide="0", suffix="l")
437 % bindiv(result="%rax", second="%rcx", tmp="%rdx", wide="1", suffix="q", ext="cqo")
440 % bindiv2addr(result="%rax", second="%rcx", tmp="%rdx", wide="1", suffix="q", ext="cqo")
501 % unop(instr=" negq %rax", wide="1")
507 % unop(instr=" notq %rax", wide="1")
528 % bindiv(result="%edx", second="%ecx", tmp="%eax", wide="0", suffix="l", rem="1")
531 % bindiv2addr(result="%edx", second="%ecx", tmp="%eax", wide="0", suffix="l", rem="1")
540 % bindiv(result="%rdx", second="%rcx", tmp="%rax", wide="1", suffix="q", ext="cqo", rem="1")
543 % bindiv2addr(result="%rdx", second="%rcx", tmp="%rax", wide="1", suffix="q", rem="1", ext="cqo")
562 % binop1(instr="salq %cl, %rax", wide="1")
565 % shop2addr(instr="salq %cl, %rax", wide="1")
577 % binop1(instr="sarq %cl, %rax", wide="1")
580 % shop2addr(instr="sarq %cl, %rax", wide="1")
604 % binop1(instr="shrq %cl, %rax", wide="1")
607 % shop2addr(instr="shrq %cl, %rax", wide="1")