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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_peephole.cpp 176 unsigned newop; local
180 newop = get_predsetcc_op(cc, cmp_type);
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST);
186 newop = get_killcc_op(cc, cmp_type);
189 newop = ALU_OP0_NOP;
194 a->bc.set_op(newop);
sb_expr.cpp 1319 unsigned newop = get_setcc_op(cc, cmp_type, true); local
1322 a->bc.set_op(newop);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_peephole.cpp 176 unsigned newop; local
180 newop = get_predsetcc_op(cc, cmp_type);
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST);
186 newop = get_killcc_op(cc, cmp_type);
189 newop = ALU_OP0_NOP;
194 a->bc.set_op(newop);
sb_expr.cpp 1319 unsigned newop = get_setcc_op(cc, cmp_type, true); local
1322 a->bc.set_op(newop);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dse.cc 638 gassign *newop = gimple_build_assign (lhs, unshare_expr (*where)); local
640 gsi_insert_after (&gsi, newop, GSI_SAME_STMT);
648 gassign *newop local
652 gsi_insert_before (&gsi, newop, GSI_SAME_STMT);
tree-ssa-pre.cc 1536 vn_reference_op_s newop = *operand; local
1576 if ((newop.opcode == MEM_REF
1577 || newop.opcode == TARGET_MEM_REF)
1578 && newop.clique > 1
1581 newop.clique = 0;
1582 newop.base = 0;
1590 if (newop.opcode == SSA_NAME && TREE_CODE (op[0]) != SSA_NAME)
1591 newop.opcode = TREE_CODE (op[0]);
1592 newop.type = type;
1593 newop.op0 = op[0]
    [all...]
vr-values.cc 608 gassign *newop local
610 gsi_insert_before (gsi, newop, GSI_SAME_STMT);
genmatch.cc 1196 user_id *newop = new user_id ("<internal>"); local
1205 newop->substitutes.safe_push (subst);
1207 ne->operation = newop;
1208 /* Search for 'p' inside the for vector and push 'newop'
1210 for (unsigned j = 0; newop && j < for_vec.length (); ++j)
1214 for_vec[j].safe_push (newop);
1215 newop = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dse.cc 594 gassign *newop = gimple_build_assign (lhs, unshare_expr (*where)); local
596 gsi_insert_after (&gsi, newop, GSI_SAME_STMT);
604 gassign *newop local
608 gsi_insert_before (&gsi, newop, GSI_SAME_STMT);
tree-ssa-pre.cc 1548 vn_reference_op_s newop = *operand; local
1588 if ((newop.opcode == MEM_REF
1589 || newop.opcode == TARGET_MEM_REF)
1590 && newop.clique > 1
1593 newop.clique = 0;
1594 newop.base = 0;
1602 if (newop.opcode == SSA_NAME && TREE_CODE (op[0]) != SSA_NAME)
1603 newop.opcode = TREE_CODE (op[0]);
1604 newop.type = type;
1605 newop.op0 = op[0]
    [all...]
vr-values.cc 2978 gassign *newop local
2980 gsi_insert_before (gsi, newop, GSI_SAME_STMT);
genmatch.cc 1046 user_id *newop = new user_id ("<internal>"); local
1055 newop->substitutes.safe_push (subst);
1057 ne->operation = newop;
1058 /* Search for 'p' inside the for vector and push 'newop'
1060 for (unsigned j = 0; newop && j < for_vec.length (); ++j)
1064 for_vec[j].safe_push (newop);
1065 newop = NULL;
  /src/external/gpl3/binutils/dist/bfd/
elf32-rx.c 2542 static const int newop[4] = { 1, 3, 4, 5 };
2544 insn[0] = 0x60 | newop[insn[1] >> 4];
2539 static const int newop[4] = { 1, 3, 4, 5 }; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-rx.c 2543 static const int newop[4] = { 1, 3, 4, 5 };
2545 insn[0] = 0x60 | newop[insn[1] >> 4];
2540 static const int newop[4] = { 1, 3, 4, 5 }; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-rx.c 2543 static const int newop[4] = { 1, 3, 4, 5 };
2545 insn[0] = 0x60 | newop[insn[1] >> 4];
2540 static const int newop[4] = { 1, 3, 4, 5 }; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-rx.c 2544 static const int newop[4] = { 1, 3, 4, 5 };
2546 insn[0] = 0x60 | newop[insn[1] >> 4];
2541 static const int newop[4] = { 1, 3, 4, 5 }; local
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 3688 rtx newop = GEN_INT (ctz_hwi (INTVAL (op)));
3689 output_addr_const (file, newop);
3694 rtx newop = GEN_INT (ctz_hwi (~INTVAL (op)));
3695 output_addr_const (file, newop);
3685 rtx newop = GEN_INT (ctz_hwi (INTVAL (op))); local
3691 rtx newop = GEN_INT (ctz_hwi (~INTVAL (op))); local

Completed in 48 milliseconds