HomeSort by: relevance | last modified time | path
    Searched defs:op1b (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 475 tree op1a, op1b, op2a, op2b; local
476 enum tree_code code1 = parse_predicate (c1, &op1a, &op1b);
481 tree t = maybe_fold_or_comparisons (boolean_type_node, code1, op1a, op1b,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 440 tree op1a, op1b, op2a, op2b; local
441 enum tree_code code1 = parse_predicate (c1, &op1a, &op1b);
446 tree t = maybe_fold_or_comparisons (boolean_type_node, code1, op1a, op1b,
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 15494 rtx op1b = XVECEXP (op1, 0, 0);
15498 emit_insn (gen_stack_protect_testdi (compare_result, op0, op1b));
15500 emit_insn (gen_stack_protect_testsi (compare_result, op0, op1b));
15465 rtx op1b = XVECEXP (op1, 0, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 15048 rtx op1b = XVECEXP (op1, 0, 0);
15052 emit_insn (gen_stack_protect_testdi (compare_result, op0, op1b));
15054 emit_insn (gen_stack_protect_testsi (compare_result, op0, op1b));
15019 rtx op1b = XVECEXP (op1, 0, 0); local

Completed in 69 milliseconds