Home
last modified time | relevance | path

Searched refs:crb (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/arch/alpha/stand/nboot/
H A Dprom.c41 struct crb *c; in init_prom_calls()
44 c = (struct crb *)((u_int8_t *)r + r->rpb_crb_off); in init_prom_calls()
/openbsd/sys/arch/alpha/stand/
H A Dprom.c44 struct crb *c; in init_prom_calls()
48 c = (struct crb *)((u_int8_t *)r + r->rpb_crb_off); in init_prom_calls()
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-h8500.texi174 crb @r{@code{ccr}, @code{br}, @code{ep}, @code{dp}, @code{tp}, @code{dp}}
198 ldc[.b] ea,crb bcc[.w] pcrel16
205 andc[.b] imm8,crb blo[.b] pcrel8
230 bnot sz rs,ea_noimm orc[.b] imm8,crb
254 jsr @@(imm16,rd) stc[.b] crb,ea_noimm
268 mov[:f].b rs,@@(disp8,fp) xorc.b imm8,crb
/openbsd/sys/arch/alpha/alpha/
H A Dprom.c60 struct crb *c; in init_prom_interface()
62 c = (struct crb *)((char *)rpb + rpb->rpb_crb_off); in init_prom_interface()
/openbsd/games/cribbage/
H A Dscore.c99 scorehand(CARD hand[], CARD starter, int n, bool crb, bool do_explain) in scorehand() argument
130 if (!crb) { in scorehand()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-h8500.c144 static int crb; /* byte size cr */ variable
711 crb = user->reg;
1030 output[index] |= crb;
/openbsd/sys/arch/alpha/include/
H A Drpb.h431 struct crb { struct
/openbsd/sys/dev/sbus/
H A Dvigra.c141 u_int32_t crb; member
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td148 defm CRB : CmpBranchRRSPair<"crb", 0xECF6, GR32>;
176 def CRBAsm#V : FixedCmpBranchRRS<ICV<V>, "crb", 0xECF6, GR32>;