Lines Matching refs:scratchbuf

2998 static char scratchbuf[100];  variable
12723 sprintf (scratchbuf, "%%st(%d)", modrm.rm); in OP_STi()
12724 oappend_maybe_intel (scratchbuf); in OP_STi()
14227 print_displacement (scratchbuf, disp); in OP_E_memory()
14229 print_operand_value (scratchbuf, 1, disp); in OP_E_memory()
14230 oappend (scratchbuf); in OP_E_memory()
14280 sprintf (scratchbuf, "%d", 1 << scale); in OP_E_memory()
14281 oappend (scratchbuf); in OP_E_memory()
14300 print_displacement (scratchbuf, disp); in OP_E_memory()
14302 print_operand_value (scratchbuf, 1, disp); in OP_E_memory()
14303 oappend (scratchbuf); in OP_E_memory()
14318 print_operand_value (scratchbuf, 1, disp); in OP_E_memory()
14319 oappend (scratchbuf); in OP_E_memory()
14355 print_displacement (scratchbuf, disp); in OP_E_memory()
14356 oappend (scratchbuf); in OP_E_memory()
14379 print_displacement (scratchbuf, disp); in OP_E_memory()
14380 oappend (scratchbuf); in OP_E_memory()
14393 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E_memory()
14394 oappend (scratchbuf); in OP_E_memory()
14801 scratchbuf[0] = '$'; in OP_I()
14802 print_operand_value (scratchbuf + 1, 1, op); in OP_I()
14803 oappend_maybe_intel (scratchbuf); in OP_I()
14804 scratchbuf[0] = '\0'; in OP_I()
14818 scratchbuf[0] = '$'; in OP_I64()
14819 print_operand_value (scratchbuf + 1, 1, get64 ()); in OP_I64()
14820 oappend_maybe_intel (scratchbuf); in OP_I64()
14821 scratchbuf[0] = '\0'; in OP_I64()
14872 scratchbuf[0] = '$'; in OP_sI()
14873 print_operand_value (scratchbuf + 1, 1, op); in OP_sI()
14874 oappend_maybe_intel (scratchbuf); in OP_sI()
14925 print_operand_value (scratchbuf, 1, disp); in OP_J()
14926 oappend (scratchbuf); in OP_J()
14955 sprintf (scratchbuf, "0x%x:0x%x", seg, offset); in OP_DIR()
14957 sprintf (scratchbuf, "$0x%x,$0x%x", seg, offset); in OP_DIR()
14958 oappend (scratchbuf); in OP_DIR()
14983 print_operand_value (scratchbuf, 1, off); in OP_OFF()
14984 oappend (scratchbuf); in OP_OFF()
15013 print_operand_value (scratchbuf, 1, off); in OP_OFF64()
15014 oappend (scratchbuf); in OP_OFF64()
15108 sprintf (scratchbuf, "%%cr%d", modrm.reg + add); in OP_C()
15109 oappend_maybe_intel (scratchbuf); in OP_C()
15122 sprintf (scratchbuf, "db%d", modrm.reg + add); in OP_D()
15124 sprintf (scratchbuf, "%%db%d", modrm.reg + add); in OP_D()
15125 oappend (scratchbuf); in OP_D()
15131 sprintf (scratchbuf, "%%tr%d", modrm.reg); in OP_T()
15132 oappend_maybe_intel (scratchbuf); in OP_T()
15577 scratchbuf[0] = '$'; in CMP_Fixup()
15578 print_operand_value (scratchbuf + 1, 1, cmp_type); in CMP_Fixup()
15579 oappend_maybe_intel (scratchbuf); in CMP_Fixup()
15580 scratchbuf[0] = '\0'; in CMP_Fixup()
16166 scratchbuf[0] = '$'; in OP_EX_VexImmW()
16167 print_operand_value (scratchbuf + 1, 1, vex_imm8 & 0xf); in OP_EX_VexImmW()
16168 oappend_maybe_intel (scratchbuf); in OP_EX_VexImmW()
16169 scratchbuf[0] = '\0'; in OP_EX_VexImmW()
16374 scratchbuf[0] = '$'; in VCMP_Fixup()
16375 print_operand_value (scratchbuf + 1, 1, cmp_type); in VCMP_Fixup()
16376 oappend_maybe_intel (scratchbuf); in VCMP_Fixup()
16377 scratchbuf[0] = '\0'; in VCMP_Fixup()
16421 scratchbuf[0] = '$'; in VPCMP_Fixup()
16422 print_operand_value (scratchbuf + 1, 1, cmp_type); in VPCMP_Fixup()
16423 oappend_maybe_intel (scratchbuf); in VPCMP_Fixup()
16424 scratchbuf[0] = '\0'; in VPCMP_Fixup()
16473 scratchbuf[0] = '$'; in VPCOM_Fixup()
16474 print_operand_value (scratchbuf + 1, 1, cmp_type); in VPCOM_Fixup()
16475 oappend_maybe_intel (scratchbuf); in VPCOM_Fixup()
16476 scratchbuf[0] = '\0'; in VPCOM_Fixup()
16521 scratchbuf[0] = '$'; in PCLMUL_Fixup()
16522 print_operand_value (scratchbuf + 1, 1, pclmul_type); in PCLMUL_Fixup()
16523 oappend_maybe_intel (scratchbuf); in PCLMUL_Fixup()
16524 scratchbuf[0] = '\0'; in PCLMUL_Fixup()