Searched refs:gcn_operand_part (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-protos.h62 extern rtx gcn_operand_part (machine_mode, rtx, int);
H A Dgcn.c578 gcn_operand_part (machine_mode mode, rtx op, int n) function
595 RTVEC_ELT (v, i) = gcn_operand_part (GET_MODE_INNER (mode),
936 rtx val_lo = gcn_operand_part (DImode, x, 0);
937 rtx val_hi = gcn_operand_part (DImode, x, 1);
1777 ? gcn_operand_part (V64DImode, tmp, 0)
1794 rtx mem_base_lo = gcn_operand_part (DImode, mem_base, 0);
1795 rtx mem_base_hi = gcn_operand_part (DImode, mem_base, 1);
1796 rtx tmphi = gcn_operand_part (V64DImode, tmp, 1);
2677 emit_insn (gen_addv64si3_vcc_exec (gcn_operand_part (V64SImode, vsp, 0),
2678 gcn_operand_part (V64SImod
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-protos.h65 extern rtx gcn_operand_part (machine_mode, rtx, int);
H A Dgcn.cc610 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 (V64SImod
[all...]

Completed in 143 milliseconds