Lines Matching defs:given

338 /* True if the given ABI requires 32-bit registers.  */
436 /* Return true if the given CPU supports the MIPS16 ASE. */
928 /* Is the given value a sign-extended 32-bit value? */
933 /* Is the given value a sign-extended 16-bit value? */
938 /* Is the given value a zero-extended 32-bit value? Or a negated one? */
954 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
966 /* Extract the operand given by FIELD from mips_cl_insn INSN. */
2037 /* Return true if the given relocation might need a matching %lo().
2052 /* Return true if the given fixup is followed by a matching R_MIPS_LO16
2477 immediately followed the MAX_NOPS instructions given by HISTORY,
2883 /* Add fixups for the second and third relocations, if given.
12370 /* Align the current frag to a given power of two. The MIPS assembler
12387 /* Align to a given power of two. .align 0 turns off the automatic
13074 If offset is given, this results in:
13080 If $reg2 is given, this results in:
13202 /* Handle the .cprestore pseudo-op. This stores $gp into a given
13236 was given in the preceding .cpsetup, it results in:
13239 If a register $reg2 was given there, it results in:
13642 /* Return true if the given symbol should be considered local for SVR4 PIC. */
14028 restrictions, which are given in an intentionally-redundant way:
15184 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
15186 while (*given != 0 && TOLOWER (*given) == TOLOWER (*canonical))
15187 given++, canonical++;
15189 return ((*given == 0 && *canonical == 0)
15190 || (strcmp (canonical, "000") == 0 && strcasecmp (given, "k") == 0));
15200 mips_matching_cpu_name_p (const char *canonical, const char *given)
15204 if (mips_strict_matching_cpu_name_p (canonical, given))
15209 if (TOLOWER (*given) == 'r')
15210 given++;
15211 if (!ISDIGIT (*given))
15223 return mips_strict_matching_cpu_name_p (canonical, given);
15239 /* 'from-abi' selects the most compatible architecture for the given
15242 version. Look first at the -mgp options, if given, otherwise base