/src/sys/arch/ia64/disasm/ |
disasm_extract.c | 1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) function in typeref:typename:void 2266 op_type(i, 1, ASM_OPER_PR); 2272 op_type(i, 1, ASM_OPER_PR_ROT); 2277 op_type(i, 2, ot); 2305 op_type(i, 2, ASM_OPER_AREG); 2328 op_type(i, 3, ASM_OPER_AREG); 2403 op_type(i, 4, ASM_OPER_AREG); 2405 op_type(i, 5, ASM_OPER_AREG); 2409 op_type(i, 4, ASM_OPER_AREG); 2495 op_type(i, 2, ASM_OPER_AREG) [all...] |
disasm_extract.c | 1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) function in typeref:typename:void 2266 op_type(i, 1, ASM_OPER_PR); 2272 op_type(i, 1, ASM_OPER_PR_ROT); 2277 op_type(i, 2, ot); 2305 op_type(i, 2, ASM_OPER_AREG); 2328 op_type(i, 3, ASM_OPER_AREG); 2403 op_type(i, 4, ASM_OPER_AREG); 2405 op_type(i, 5, ASM_OPER_AREG); 2409 op_type(i, 4, ASM_OPER_AREG); 2495 op_type(i, 2, ASM_OPER_AREG) [all...] |
disasm_extract.c | 1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) function in typeref:typename:void 2266 op_type(i, 1, ASM_OPER_PR); 2272 op_type(i, 1, ASM_OPER_PR_ROT); 2277 op_type(i, 2, ot); 2305 op_type(i, 2, ASM_OPER_AREG); 2328 op_type(i, 3, ASM_OPER_AREG); 2403 op_type(i, 4, ASM_OPER_AREG); 2405 op_type(i, 5, ASM_OPER_AREG); 2409 op_type(i, 4, ASM_OPER_AREG); 2495 op_type(i, 2, ASM_OPER_AREG) [all...] |
/src/bin/test/ |
test.c | 105 short op_num, op_type; member in struct:t_op 353 if (op != NULL && op->op_type == UNOP) 375 if (op != NULL && op->op_type == BINOP) 473 if (t_wp_op && t_wp_op->op_type == UNOP) { 480 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP) { 825 if (!((op->op_type == UNOP && isoperand()) || 846 return op->op_type == BINOP && (t[0] != ')' || t[1] != '\0');
|
test.c | 105 short op_num, op_type; member in struct:t_op 353 if (op != NULL && op->op_type == UNOP) 375 if (op != NULL && op->op_type == BINOP) 473 if (t_wp_op && t_wp_op->op_type == UNOP) { 480 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP) { 825 if (!((op->op_type == UNOP && isoperand()) || 846 return op->op_type == BINOP && (t[0] != ')' || t[1] != '\0');
|
test.c | 105 short op_num, op_type; member in struct:t_op 353 if (op != NULL && op->op_type == UNOP) 375 if (op != NULL && op->op_type == BINOP) 473 if (t_wp_op && t_wp_op->op_type == UNOP) { 480 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP) { 825 if (!((op->op_type == UNOP && isoperand()) || 846 return op->op_type == BINOP && (t[0] != ')' || t[1] != '\0');
|