Home
last modified time | relevance | path

Searched refs:REM (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/release/
H A Dbuild_llvm_release.bat49 REM Note:
73 REM Prerequisites:
74 REM
79 REM
80 REM
83 REM
154 REM Preserve original path
166 REM Restore original path
210 REM with forward slash.
239 REM Restore original path
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S90 #define REM r1:0 macro
154 REM = asl(REM,# ## ( REMSHIFT )); \
158 REM -= mpyu(PRODHI,DENOMLO); \
163 REM -= asl(REMSUB2, # ## 32); \
181 TMPPAIR = sub(REM,DENOM)
182 P_TMP = cmp.gtu(DENOM,REM)
188 if (!P_TMP) REM = TMPPAIR
192 P_TMP = cmp.eq(REM,TMPPAIR)
201 #undef REM
/openbsd/gnu/usr.bin/perl/t/lib/
H A Dh2ph.pht60 my(@REM);
62 …@REM = map { "$_/sys/fcntl.ph" } (grep { not exists($INCD{"$_/sys/fcntl.ph"}) and -f "$_/sys/fcntl…
63 require "$REM[0]" if @REM;
/openbsd/usr.bin/vi/common/
H A Dmsg.c114 #define REM (blen - mlen) in msgq() macro
120 if (REM < len) in msgq()
134 len = snprintf(mp, REM, "%s", KEY_NAME(sp, *p)); in msgq()
139 len = snprintf(mp, REM, ", %d: ", gp->if_lno); in msgq()
153 len = vsnprintf(mp, REM, fmt, ap); in msgq()
162 len = snprintf(mp, REM, ": %s", strerror(errno)); in msgq()
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/
H A Dsource.bat2 REM this comment will fail if you try to run it through sh!
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.def51 OPERAND_VALUE is PLUS, MINUS, MULT, TRUNC_DIV, RDIV, REM,
222 JAVAOP (irem, 112, BINOP, INT, REM)
223 JAVAOP (lrem, 113, BINOP, LONG, REM)
224 JAVAOP (frem, 114, BINOP, FLOAT, REM)
225 JAVAOP (drem, 115, BINOP, DOUBLE, REM)
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoM.td43 def REM : ALU_rr<0b0000001, 0b110, "rem">,
79 def : PatGprGpr<srem, REM>;
H A DRISCVSExtWRemoval.cpp196 case RISCV::REM: in isSignExtendedW()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h162 R_TYPE_INST(REM);
279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
H A DEmulateInstructionRISCV.cpp476 {"REM", 0xFE00707F, 0x2006033, DecodeRType<REM>},
1034 bool operator()(REM inst) { in operator ()()
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A DLLGSOptions.td58 def REM : R<["--"], "">, HelpText<"Launch program for debugging.">,
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-exp.y202 %left '*' '/' MOD REM
342 exp : exp REM exp /* May need to be fixed to give correct Ada REM */
H A Dada-exp.c80 REM = 282, enumerator
126 #define REM 282 macro
H A DChangeLog-19937474 * ch-exp.y (operand_4): Add useful actions for MOD and REM.
7475 * ch-exp.y (tokentab3): Add MOD and REM.
7479 BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM.
H A DChangeLog5431 Use ada_value_binop for DIV, MOD, REM.
/openbsd/gnu/llvm/llvm/docs/
H A Dmake.bat3 REM Command file for Sphinx documentation
/openbsd/gnu/llvm/lld/docs/
H A Dmake.bat3 REM Command file for Sphinx documentation
/openbsd/gnu/llvm/clang/docs/
H A Dmake.bat3 REM Command file for Sphinx documentation
/openbsd/gnu/llvm/clang/docs/analyzer/
H A Dmake.bat3 REM Command file for Sphinx documentation
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1829 SDValue REM = DAG.getBuildVector(MVT::v2i32, DL, {Res.getValue(1), Zero}); in LowerUDIVREM64() local
1832 Results.push_back(DAG.getNode(ISD::BITCAST, DL, MVT::i64, REM)); in LowerUDIVREM64()
1979 SDValue REM = DAG.getBuildVector(MVT::v2i32, DL, {REM_Lo, Zero}); in LowerUDIVREM64() local
1980 REM = DAG.getNode(ISD::BITCAST, DL, MVT::i64, REM); in LowerUDIVREM64()
1996 REM = DAG.getNode(ISD::SHL, DL, VT, REM, DAG.getConstant(1, DL, VT)); in LowerUDIVREM64()
1998 REM = DAG.getNode(ISD::OR, DL, VT, REM, HBit); in LowerUDIVREM64()
2001 SDValue realBIT = DAG.getSelectCC(DL, REM, RHS, BIT, Zero, ISD::SETUGE); in LowerUDIVREM64()
2006 SDValue REM_sub = DAG.getNode(ISD::SUB, DL, VT, REM, RHS); in LowerUDIVREM64()
2007 REM = DAG.getSelectCC(DL, REM, RHS, REM_sub, REM, ISD::SETUGE); in LowerUDIVREM64()
2013 Results.push_back(REM); in LowerUDIVREM64()
/openbsd/gnu/llvm/lldb/tools/driver/
H A DOptions.td231 def REM : R<["--"], "">;
/openbsd/gnu/usr.bin/gcc/gcc/po/
H A Dtr.po22849 #~ msgid "left argument to MOD/REM operator must be integral"
22850 #~ msgstr "MOD/REM işlemimi için sol argüman bir integral olmalı"
22852 #~ msgid "right argument to MOD/REM operator must be integral"
22853 #~ msgstr "MOD/REM işlemimi için sağ argüman bir integral olmalı"
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DNormTest.txt5518 B818;B818;1105 1166 11B7;B818;1105 1166 11B7; # (렘; 렘; 렘; 렘; 렘; ) HANGUL SYLLABLE REM