URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 38 |
Rev 133 |
Line 961... |
Line 961... |
gen_rtx_LABEL_REF (VOIDmode, label),
|
gen_rtx_LABEL_REF (VOIDmode, label),
|
pc_rtx);
|
pc_rtx);
|
emit_jump_insn (gen_rtx_SET (VOIDmode, pc_rtx, tmp));
|
emit_jump_insn (gen_rtx_SET (VOIDmode, pc_rtx, tmp));
|
return;
|
return;
|
|
|
|
case SFmode:
|
|
tmp = or32_expand_compare (code, or32_compare_op0, or32_compare_op1);
|
|
tmp = gen_rtx_IF_THEN_ELSE (VOIDmode,
|
|
tmp,
|
|
gen_rtx_LABEL_REF (VOIDmode, label),
|
|
pc_rtx);
|
|
emit_jump_insn (gen_rtx_SET (VOIDmode, pc_rtx, tmp));
|
|
return;
|
|
|
default:
|
default:
|
abort ();
|
abort ();
|
}
|
}
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.