/openbsd/gnu/llvm/llvm/utils/release/ |
H A D | build_llvm_release.bat | 49 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 D | dfdiv.S | 90 #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 D | h2ph.pht | 60 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 D | msg.c | 114 #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 D | source.bat | 2 REM this comment will fail if you try to run it through sh!
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | javaop.def | 51 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 D | RISCVInstrInfoM.td | 43 def REM : ALU_rr<0b0000001, 0b110, "rem">, 79 def : PatGprGpr<srem, REM>;
|
H A D | RISCVSExtWRemoval.cpp | 196 case RISCV::REM: in isSignExtendedW()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVInstructions.h | 162 R_TYPE_INST(REM); 279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
|
H A D | EmulateInstructionRISCV.cpp | 476 {"REM", 0xFE00707F, 0x2006033, DecodeRType<REM>}, 1034 bool operator()(REM inst) { in operator ()()
|
/openbsd/gnu/llvm/lldb/tools/lldb-server/ |
H A D | LLGSOptions.td | 58 def REM : R<["--"], "">, HelpText<"Launch program for debugging.">,
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-exp.y | 202 %left '*' '/' MOD REM 342 exp : exp REM exp /* May need to be fixed to give correct Ada REM */
|
H A D | ada-exp.c | 80 REM = 282, enumerator 126 #define REM 282 macro
|
H A D | ChangeLog-1993 | 7474 * 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 D | ChangeLog | 5431 Use ada_value_binop for DIV, MOD, REM.
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | make.bat | 3 REM Command file for Sphinx documentation
|
/openbsd/gnu/llvm/lld/docs/ |
H A D | make.bat | 3 REM Command file for Sphinx documentation
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | make.bat | 3 REM Command file for Sphinx documentation
|
/openbsd/gnu/llvm/clang/docs/analyzer/ |
H A D | make.bat | 3 REM Command file for Sphinx documentation
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1829 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 D | Options.td | 231 def REM : R<["--"], "">;
|
/openbsd/gnu/usr.bin/gcc/gcc/po/ |
H A D | tr.po | 22849 #~ 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 D | NormTest.txt | 5518 B818;B818;1105 1166 11B7;B818;1105 1166 11B7; # (렘; 렘; 렘; 렘; 렘; ) HANGUL SYLLABLE REM
|