Home
last modified time | relevance | path

Searched refs:arg_opc (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexp_rte.cpp3698 ILI_OP st_opc, ld_opc, arg_opc; in exp_call() local
3701 arg_opc = IL_ARGSP; in exp_call()
3703 arg_opc = IL_ARGDP; in exp_call()
3716 arg_opc = IL_ARGSP; in exp_call()
3718 add_to_args(arg_opc, argili); in exp_call()
3720 add_to_args(arg_opc, argili); in exp_call()
3722 arg_opc = IL_ARGDP; in exp_call()
3724 add_to_args(arg_opc, argili); in exp_call()
3726 add_to_args(arg_opc, argili); in exp_call()
3734 add_to_args(arg_opc, argili); in exp_call()
[all …]
H A Dcgmain.cpp6707 const ILI_OP arg_opc = ILI_OPC(arg_ili); in gen_arg_operand() local
6721 switch (arg_opc) { in gen_arg_operand()
6749 dtype = get_dtype_from_arg_opc(arg_opc); in gen_arg_operand()