Searched refs:lower (Results 276 - 300 of 347) sorted by relevance

<<11121314

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp234 std::string ArgLower = Arg.lower();
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp411 .lower();
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp580 auto RegisterNameLower = RegisterName.lower();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp635 return Str.lower();
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp155 const CodeGenRegister *R = Target.getRegisterByName(Reg->getName().lower());
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp390 return StringSwitch<VariantKind>(Name.lower())
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-REXX/
H A DREXX.pm318 example if you bind to "", you cannot use lower case in the stem
/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm72 @pkgattrs = grep { m/\A[[:lower:]]+(?:\z|\()/ } @pkgattrs;
/openbsd-current/sys/dev/pci/
H A Dif_em_hw.h767 } lower; member in struct:em_rx_desc_extended::__anon30
793 } lower; member in struct:em_rx_desc_packet_split::__anon36
827 #define E1000_RXD_SPC_VLAN_MASK 0x0FFF /* VLAN ID is in lower 12 bits */
870 } lower; member in struct:em_tx_desc
942 } lower; member in struct:em_data_desc
2321 #define E1000_WUPL_LENGTH_MASK 0x0FFF /* Only the lower 12 bits are valid */
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c2612 H-0.. see below), the lower 11 bits are stored in the other (identified
2621 H-1, lower address-0 = 800
2624 the lower one first. It probably doesn't matter. krk@cygnus.com
3367 bfd_vma lower = lower_insn & 0x7ff; local
3369 addend = (upper << 12) | (lower << 1);
3562 bfd_vma lower = (lower_insn & 0x07ff); local
3569 addend = (upper << 12) | (lower << 1);
4339 int upper, lower; local
4344 lower = lower_insn & 0x7ff;
4346 addend = (upper << 12) | (lower <<
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c2202 || STREQ (string, "lower") || STREQ (string, "digit") \
3233 boolean is_lower = STREQ (str, "lower");
3272 boolean is_lower = STREQ (str, "lower");
3911 set_number_at <succeed_n count> <lower bound>
3925 /* Initialize lower bound of the `succeed_n', even
3936 /* Code to initialize the lower bound. Insert
5506 int upper, lower;
5522 lower = 0;
5526 int middle = (lower + upper) / 2;
5527 if (middle == lower || middl
5489 int upper, lower; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgimplify.c1561 where L is the lower bound. For simplicity, only do this for constant
1562 lower bound. */
1594 /* The lower bound and element sizes must be constant. */
2734 var = lower;
2753 gimplify_init_ctor_eval_range (tree object, tree lower, tree upper,
2766 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var, lower), pre_p);
2887 tree lower = TREE_OPERAND (purpose, 0);
2890 /* If the lower bound is equal to upper, just treat it as if
2892 if (simple_cst_equal (lower, upper))
2896 gimplify_init_ctor_eval_range (object, lower, uppe
2752 gimplify_init_ctor_eval_range(tree object, tree lower, tree upper, tree value, tree array_elt_type, tree *pre_p, bool cleared) argument
2886 tree lower = TREE_OPERAND (purpose, 0); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1391 RegNo = MatchRegisterName(RegName.lower());
1801 // A named operator should be either lower or upper case, but not a mix...
1803 if (Name.compare(Name.lower()) && Name.compare(Name.upper()) &&
2424 return StringSwitch<unsigned>(Name.lower())
2914 // These lower cases are doing a peekIdentifier.
3097 std::string Prefix = Parser.getTok().getString().lower();
3125 // FIXME: The mnemonic won't match correctly if its not in lower case.
3145 // FIXME: The mnemonic won't match correctly if its not in lower case.
3352 while (isLockRepeatNtPrefix(Name.lower())) {
3368 // FIXME: The mnemonic won't match correctly if its not in lower cas
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3071 // The lower two bits are always zero and as such are not encoded.
3097 // The lower bit is always zero and as such is not encoded.
3150 // The lower two bits are always zero and as such are not encoded.
3244 // The lower two bits are always zero and as such are not encoded.
3273 // The lower two bits are always zero and as such are not encoded.
4091 std::string lowerCase = Tok.getString().lower();
4118 // Check for aliases registered via .req. Canonicalize to lower case.
4150 std::string lowerCase = Tok.getString().lower();
4369 int Num = MatchCoprocessorOperandName(Tok.getString().lower(), 'p');
4391 int Reg = MatchCoprocessorOperandName(Tok.getString().lower(), '
[all...]
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.c3426 HOST_WIDE_INT lower = INTVAL (constant_term) & 0xfff;
3427 HOST_WIDE_INT upper = INTVAL (constant_term) ^ lower;
3435 constant_term = GEN_INT (lower);
3493 HOST_WIDE_INT lower = INTVAL (XEXP (ad, 1)) & 0xfff;
3494 HOST_WIDE_INT upper = INTVAL (XEXP (ad, 1)) ^ lower;
3502 new = gen_rtx_PLUS (Pmode, tem, GEN_INT (lower));
3425 HOST_WIDE_INT lower = INTVAL (constant_term) & 0xfff; local
3492 HOST_WIDE_INT lower = INTVAL (XEXP (ad, 1)) & 0xfff; local
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlb1spc.asm16 andncc %o4, 0xfff, %o5 ! mask out lower 12 bits
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlb1spc.asm16 andncc %o4, 0xfff, %o5 ! mask out lower 12 bits
/openbsd-current/gnu/llvm/lld/COFF/
H A DWriter.cpp1079 std::string dll = StringRef(file->dllName).lower();
1086 if (ctx.config.delayLoads.count(StringRef(file->dllName).lower())) {
H A DInputFiles.cpp837 return path.lower();
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc242 // CreateDirectoryW has a lower maximum path length as it must leave room for
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm342 a simple numeric value it will regard version 1.10 as lower than
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.pm244 Upper/lower case doesn't matter (except with scripts as mentioned above), nor
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp772 // immAllOnesV and immAllZerosV. These require G_BUILD_VECTOR. Don't lower
952 /// Try to lower a vector G_FCMP \p MI into an AArch64-specific pseudo.
1048 Helper.lower(MI, 0, /* Unused hint type */ LLT());
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp336 // Skip the BUNDLE pseudo instruction and lower the contents
767 << StringRef(MipsInstPrinter::getRegisterName(MO.getReg())).lower();
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h659 LegalizeRuleSet &lower() {
828 /// what you want (e.g. this will lower s1, s7 and s24).
870 /// Unconditionally custom lower.

Completed in 574 milliseconds

<<11121314