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

  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 374 simplify_context::simplify_gen_ternary (rtx_code code, machine_mode mode,
472 return simplify_gen_ternary (code, mode, op_mode, op0, op1, op2);
755 return simplify_gen_ternary (GET_CODE (op), mode, mode, op0,
763 return simplify_gen_ternary (GET_CODE (op), mode, mode, op0,
1084 return simplify_gen_ternary (IF_THEN_ELSE, mode,
6726 return simplify_gen_ternary (GET_CODE (x), GET_MODE (x),
6975 return simplify_gen_ternary (code, mode, mode,
6978 return simplify_gen_ternary (code, mode, mode,
6989 return simplify_gen_ternary (code, mode, mode,
6992 return simplify_gen_ternary (code, mode, mode
369 simplify_context::simplify_gen_ternary (rtx_code code, machine_mode mode, function in class:simplify_context
    [all...]
rtl.h 3446 rtx simplify_gen_ternary (rtx_code, machine_mode, machine_mode,
3538 simplify_gen_ternary (rtx_code code, machine_mode mode, machine_mode op0_mode,
3541 return simplify_context ().simplify_gen_ternary (code, mode, op0_mode,
3534 simplify_gen_ternary (rtx_code code, machine_mode mode, machine_mode op0_mode, function
  /src/external/gpl3/gcc.old/dist/gcc/
simplify-rtx.cc 374 simplify_context::simplify_gen_ternary (rtx_code code, machine_mode mode,
472 return simplify_gen_ternary (code, mode, op_mode, op0, op1, op2);
755 return simplify_gen_ternary (GET_CODE (op), mode, mode, op0,
763 return simplify_gen_ternary (GET_CODE (op), mode, mode, op0,
1084 return simplify_gen_ternary (IF_THEN_ELSE, mode,
6461 return simplify_gen_ternary (GET_CODE (x), GET_MODE (x),
6710 return simplify_gen_ternary (code, mode, mode,
6713 return simplify_gen_ternary (code, mode, mode,
6724 return simplify_gen_ternary (code, mode, mode,
6727 return simplify_gen_ternary (code, mode, mode
369 simplify_context::simplify_gen_ternary (rtx_code code, machine_mode mode, function in class:simplify_context
    [all...]
rtl.h 3428 rtx simplify_gen_ternary (rtx_code, machine_mode, machine_mode,
3519 simplify_gen_ternary (rtx_code code, machine_mode mode, machine_mode op0_mode,
3522 return simplify_context ().simplify_gen_ternary (code, mode, op0_mode,
3515 simplify_gen_ternary (rtx_code code, machine_mode mode, machine_mode op0_mode, function

Completed in 63 milliseconds