HomeSort by relevance Sort by last modified time
    Searched refs:FLD (Results 1 - 15 of 15) sorted by null

  /external/one-true-awk/
awk.h 68 extern int donerec; /* 1 if record is valid (no fld has changed */
84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE|CONVC|CONVO */
116 #define FLD 0100 /* this is a field $1, $2, ... */
199 #define isfld(n) ((n)->tval & FLD)
lib.c 56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE };
304 fldtab[i]->tval = FLD | STR | DONTFREE;
322 fldtab[i]->tval = FLD | STR;
340 fldtab[i]->tval = FLD | STR | DONTFREE;
381 p->tval = FLD | STR | DONTFREE;
463 fldtab[i]->tval = FLD | STR | DONTFREE;
tran.c 576 { "FLD", FLD },
run.c 331 y->tval = x->tval & ~(CON|FLD|REC);
1134 if (x == y && !(x->tval & (FLD|REC)) && x != nfloc)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 48 case RISCV::FLD:
153 Opcode = RISCV::FLD;
RISCVISelDAGToDAG.cpp 159 case RISCV::FLD:
RISCVMergeBaseOffset.cpp 221 case RISCV::FLD:
  /external/pcre/dist2/src/
pcre2test.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 354 /// FLD - This instruction implements an extending load to FP stack slots.
358 FLD,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 580 FLD,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h 620 FLD,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/syzkaller/pkg/ifuzz/generated/
insns.go 29 {Name: "FLD", Extension: "X87", Mode: 15, Opcode: []uint8{217}, Modrm: true, Mod: -3, Rm: -1, Mem32: true, VexP: -1},
41 {Name: "FLD", Extension: "X87", Mode: 15, Opcode: []uint8{217}, Modrm: true, Mod: 3, Rm: -1, VexP: -1},
90 {Name: "FLD", Extension: "X87", Mode: 15, Opcode: []uint8{219}, Modrm: true, Mod: -3, Reg: 5, Rm: -1, VexP: -1},
112 {Name: "FLD", Extension: "X87", Mode: 15, Opcode: []uint8{221}, Modrm: true, Mod: -3, Rm: -1, VexP: -1},
    [all...]

Completed in 106 milliseconds