Home
last modified time | relevance | path

Searched refs:grp (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dmclex.c208 mc_add_keyword_ascii (const char *sz, int rid, const char *grp, rc_uint_type nv, const char *sv) in mc_add_keyword_ascii() argument
216 mc_add_keyword (usz, rid, grp, nv, usv); in mc_add_keyword_ascii()
220 mc_add_keyword (unichar *usz, int rid, const char *grp, rc_uint_type nv, unichar *sv) in mc_add_keyword() argument
239 if (! strcmp (grp, "keyword") || strcmp (c->group_name, grp) != 0) in mc_add_keyword()
244 if (! strcmp (grp, "language")) in mc_add_keyword()
260 n->group_name = grp; in mc_add_keyword()
265 if (! strcmp (grp, "language")) in mc_add_keyword()
/toolchain/binutils/binutils-2.27/cpu/
Diq10.cpu571 (+ OP_COP3 rs rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32AND)
577 (+ OP_COP3 rs rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32ANDN)
583 (+ OP_COP3 rs rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32OR)
595 (+ OP_COP3 (f-rs 0) rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32RD)
601 (+ OP_COP3 (f-rs 0) rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32RI)
613 (+ OP_COP3 rs rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32SA)
619 (+ OP_COP3 (f-rs 0) rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32SD)
625 (+ OP_COP3 (f-rs 0) rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32SI)
631 (+ OP_COP3 rs rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32SS)
637 (+ OP_COP3 rs rt rd (f-cp-op 0) (f-cp-grp 2) FUNC10_CM32XOR)
[all …]
Diq2000.cpu150 (dnf f-cp-grp "coprocessor group field" () 7 2)
275 ; coprocessor opcodes in concert with f-cp-grp
294 ; coprocessor opcodes in concert with f-cp-grp
/toolchain/binutils/binutils-2.27/opcodes/
Dbfin-dis.c677 get_allreg (int grp, int reg) in get_allreg() argument
679 int fullreg = (grp << 3) | reg; in get_allreg()
882 int grp = ((iw0 >> PushPopReg_grp_bits) & PushPopReg_grp_mask); in decode_PushPopReg_0() local
888 if (W == 0 && mostreg (reg, grp)) in decode_PushPopReg_0()
890 OUTS (outf, allregs (reg, grp)); in decode_PushPopReg_0()
893 else if (W == 1 && allreg (reg, grp) && !(grp == 1 && reg == 6)) in decode_PushPopReg_0()
896 OUTS (outf, allregs (reg, grp)); in decode_PushPopReg_0()
2633 int grp = ((iw0 >> (LDIMMhalf_grp_bits - 16)) & LDIMMhalf_grp_mask); in decode_LDIMMhalf_0() local
2636 bu32 *pval = get_allreg (grp, reg); in decode_LDIMMhalf_0()
2673 if (grp == 0 && H == 0 && S == 0 && Z == 0) in decode_LDIMMhalf_0()
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.c1355 int grp, hword; in bfin_gen_ldimmhalf() local
1364 grp = (GROUP (reg)); in bfin_gen_ldimmhalf()
1365 ASSIGN (grp); in bfin_gen_ldimmhalf()
1779 int grp; in bfin_gen_pushpopreg() local
1783 grp = (GROUP (reg)); in bfin_gen_pushpopreg()
1784 ASSIGN (grp); in bfin_gen_pushpopreg()
1793 bfin_gen_pseudodbg (int fn, int reg, int grp) in bfin_gen_pseudodbg() argument
1799 ASSIGN (grp); in bfin_gen_pseudodbg()
1807 int grp; in bfin_gen_pseudodbg_assert() local
1812 grp = GROUP (regtest); in bfin_gen_pseudodbg_assert()
[all …]
/toolchain/binutils/binutils-2.27/include/
Dos9k.h92 #define m_group m_owner.grp_usr.grp
/toolchain/binutils/binutils-2.27/config/
Dtcl.m43138 #include <grp.h>
3141 struct group gr, *grp;
3145 (void) getgrgid_r(gid, &gr, buf, buflen, &grp);
3154 #include <grp.h>
3195 #include <grp.h>
3198 struct group gr, *grp;
3202 (void) getgrnam_r(name, &gr, buf, buflen, &grp);
3211 #include <grp.h>
/toolchain/binutils/binutils-2.27/bfd/
Delflink.c12523 _bfd_elf_gc_mark_debug_special_section_group (asection *grp) in _bfd_elf_gc_mark_debug_special_section_group() argument
12535 ssec = msec = elf_next_in_group (grp); in _bfd_elf_gc_mark_debug_special_section_group()