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

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 610 gcn_operand_part (machine_mode mode, rtx op, int n) function
627 RTVEC_ELT (v, i) = gcn_operand_part (GET_MODE_INNER (mode),
968 rtx val_lo = gcn_operand_part (DImode, x, 0);
969 rtx val_hi = gcn_operand_part (DImode, x, 1);
1835 ? gcn_operand_part (V64DImode, tmp, 0)
1852 rtx mem_base_lo = gcn_operand_part (DImode, mem_base, 0);
1853 rtx mem_base_hi = gcn_operand_part (DImode, mem_base, 1);
1854 rtx tmphi = gcn_operand_part (V64DImode, tmp, 1);
2748 emit_insn (gen_addv64si3_vcc_exec (gcn_operand_part (V64SImode, vsp, 0),
2749 gcn_operand_part (V64SImode, vsp, 0)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 775 gcn_operand_part (machine_mode mode, rtx op, int n) function
794 RTVEC_ELT (v, i) = gcn_operand_part (GET_MODE_INNER (mode),
1128 rtx val_lo = gcn_operand_part (DImode, x, 0);
1129 rtx val_hi = gcn_operand_part (DImode, x, 1);
2268 ? gcn_operand_part (pmode, tmp, 0)
2282 rtx mem_base_lo = gcn_operand_part (DImode, mem_base, 0);
2283 rtx mem_base_hi = gcn_operand_part (DImode, mem_base, 1);
2284 rtx tmphi = gcn_operand_part (pmode, tmp, 1);
3166 emit_insn (gen_addv64si3_vcc_exec (gcn_operand_part (V64SImode, vsp, 0),
3167 gcn_operand_part (V64SImode, vsp, 0)
    [all...]

Completed in 23 milliseconds