Searched refs:reg_flags (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-gen.c256 char *reg_name, *reg_type, *reg_flags, *reg_num; local
304 /* Find reg_flags. */
305 reg_flags = next_field (str, &str);
314 reg_name, reg_type, reg_flags, reg_num);
H A Di386-opc.h222 unsigned int reg_flags; member in struct:__anon93
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim.c186 cvmx_tim_reg_flags_t reg_flags; local
194 reg_flags.u64 = cvmx_read_csr(CVMX_TIM_REG_FLAGS);
196 ring_ctl1.s.cpool = ((reg_flags.s.ena_dfb == 0) ? CVMX_FPA_TIMER_POOL : 0);
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c523 int reg_flags; local
538 reg_flags = IB_MAD_SNOOP_SEND_COMPLETIONS | IB_MAD_SNOOP_RECVS;
542 reg_flags,
548 reg_flags,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1904 && (i.op[0].regs->reg_flags & RegRex64) != 0)
1906 && (i.op[1].regs->reg_flags & RegRex64) != 0)
1917 && (i.op[x].regs->reg_flags & RegRex64) == 0)
3389 if ((i.op[0].regs->reg_flags & RegRex) != 0)
3398 if ((i.op[op].regs->reg_flags & RegRex) != 0)
3507 if ((i.op[dest].regs->reg_flags & RegRex) != 0)
3509 if ((i.op[source].regs->reg_flags & RegRex) != 0)
3516 if ((i.op[dest].regs->reg_flags & RegRex) != 0)
3518 if ((i.op[source].regs->reg_flags & RegRex) != 0)
3586 if ((i.index_reg->reg_flags
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c5250 struct reg_flags
5260 static void rws_update (struct reg_write_state *, int, struct reg_flags, int);
5261 static int rws_access_regno (int, struct reg_flags, int);
5262 static int rws_access_reg (rtx, struct reg_flags, int);
5263 static void update_set_flags (rtx, struct reg_flags *);
5264 static int set_src_needs_barrier (rtx, struct reg_flags, int);
5265 static int rtx_needs_barrier (rtx, struct reg_flags, int);
5274 rws_update (struct reg_write_state *rws, int regno, struct reg_flags flags, int pred)
5292 rws_access_regno (int regno, struct reg_flags flags, int pred)
5408 rws_access_reg (rtx reg, struct reg_flags flag
5237 struct reg_flags struct
[all...]

Completed in 116 milliseconds