Lines Matching refs:operand_str
438 char *operand_str = NULL; in cil_expr_to_string() local
441 operand_str = CIL_KEY_CONS_U1; in cil_expr_to_string()
444 operand_str = CIL_KEY_CONS_U2; in cil_expr_to_string()
447 operand_str = CIL_KEY_CONS_U3; in cil_expr_to_string()
450 operand_str = CIL_KEY_CONS_T1; in cil_expr_to_string()
453 operand_str = CIL_KEY_CONS_T2; in cil_expr_to_string()
456 operand_str = CIL_KEY_CONS_T3; in cil_expr_to_string()
459 operand_str = CIL_KEY_CONS_R1; in cil_expr_to_string()
462 operand_str = CIL_KEY_CONS_R2; in cil_expr_to_string()
465 operand_str = CIL_KEY_CONS_R3; in cil_expr_to_string()
468 operand_str = CIL_KEY_CONS_L1; in cil_expr_to_string()
471 operand_str = CIL_KEY_CONS_L2; in cil_expr_to_string()
474 operand_str = CIL_KEY_CONS_H1; in cil_expr_to_string()
477 operand_str = CIL_KEY_CONS_H2; in cil_expr_to_string()
484 stack[pos] = operand_str; in cil_expr_to_string()