Home
last modified time | relevance | path

Searched refs:I_TRUNC (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_hw_consts.h566 # define I_TRUNC F_L // truncation 0000100 macro
584 # define CLR_I_TRUNC CLRF (cpu.cu.IR, I_TRUNC)
597 # define SET_I_TRUNC SETF (cpu.cu.IR, I_TRUNC)
610 # define TST_I_TRUNC TSTF (cpu.cu.IR, I_TRUNC)
635 # define SC_I_TRUNC(v) SCF (v, cpu.cu.IR, I_TRUNC);
H A Ddps8_utils.c46 flags & I_TRUNC ? "Trunc " : "", in dump_flags()
H A Ddps8_ins.c3444 SC_I_TRUNC (tmp18 & I_TRUNC); in doInstruction()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgllvm.h83 #define CONVERT(i) ((i) >= I_TRUNC && (i) <= I_BITCAST)
H A Dllutil.h231 I_TRUNC, enumerator
H A Dcgmain.cpp6005 return ad_csed_instr(I_TRUNC, ilix, op_llt, result, InstrListFlagsNull, true); in gen_mulh_expr()
6169 conversion_instr = I_TRUNC; in convert_int_size()
12753 arg_op = convert_operand(arg_op, var_type, I_TRUNC); in process_formal_arguments()