Lines Matching refs:printf
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low);
24 printf("before op2 = %#lx\n", op2);
25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low);
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1.low);
40 printf("after op2 = %#lx\n", op2);
41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3.low);
42 printf("cc = %d\n", cc);
46 printf("condition code is incorrect\n");
51 printf("operand #3 modified\n");
59 printf("operand #1 modified\n");
64 printf("operand #2 [32:63] incorrect\n");
68 printf("operand #2 [0:31] incorrect\n");
75 printf("operand #2 modified\n");
81 printf("operand #1 [0:31] modified\n");
85 printf("operand #1 low[32:63] incorrect\n");
88 printf("operand #1 high[32:63] not updated\n");