Searched refs:FLD (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-ibld.c45 #define FLD(f) (fields->f) macro
574 FLD (f_24u8a4n_hi) = ((unsigned int) (FLD (f_24u8a4n)) >> (8));
575 FLD (f_24u8a4n_lo) = ((unsigned int) (((FLD (f_24u8a4n)) & (252))) >> (2));
588 FLD (f_5) = ((((unsigned int) (FLD (f_callnum)) >> (3))) & (1));
589 FLD (f_6) = ((((unsigned int) (FLD (f_callnum)) >> (2))) & (1));
590 FLD (f_
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_imx.c151 SET(bas, REG(UCR1), FLD(UCR1, UARTEN));
152 SET(bas, REG(UCR2), FLD(UCR2, RXEN) | FLD(UCR2, TXEN));
249 if (c & FLD(URXD, BRK)) {
406 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD);
463 if ((usr1 & FLD(USR1, TRDY)) && (ucr1 & FLD(UCR1, TRDYEN))) {
473 if (((usr1 & FLD(USR1, RRDY)) && (ucr1 & FLD(UCR1, RRDYEN))) ||
474 ((usr1 & FLD(USR
[all...]
H A Duart_dev_imx.h202 #define FLD(_r, _v) IMXUART_ ## _r ## _ ## _v macro
216 #define ENA(_bas, _r, _b) SET((_bas), REG(_r), FLD(_r, _b))
217 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b))
218 #define IS(_bas, _r, _b) IS_SET((_bas), REG(_r), FLD(_r, _b))
/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */
110 #define FLD 0100 /* this is a field $1, $2, ... */ macro
191 #define isfld(n) ((n)->tval & FLD)
H A Dlib.c56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE };
301 fldtab[i]->tval = FLD | STR | DONTFREE;
319 fldtab[i]->tval = FLD | STR;
337 fldtab[i]->tval = FLD | STR | DONTFREE;
377 p->tval = FLD | STR | DONTFREE;
444 fldtab[i]->tval = FLD | STR | DONTFREE;
H A Drun.c335 y->tval = x->tval & ~(CON|FLD|REC|DONTFREE); /* copy is not constant or field */
1094 if (x == y && !(x->tval & (FLD|REC))) /* self-assignment: */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp227 case RISCV::FLD:
H A DRISCVMergeBaseOffset.cpp220 case RISCV::FLD:
H A DRISCVInstrInfo.cpp52 case RISCV::FLD:
157 Opcode = RISCV::FLD;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h677 FLD,
H A DX86ISelDAGToDAG.cpp1146 Result = CurDAG->getMemIntrinsicNode(X86ISD::FLD, dl, VTs, Ops, MemVT,
H A DX86ISelLowering.cpp19547 Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, TheVT, MMO);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1858 emitLoadStoreSymbol(Inst, RISCV::FLD, IDLoc, Out, /*HasTmpReg=*/true);

Completed in 235 milliseconds