Home
last modified time | relevance | path

Searched refs:LOR (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.h76 LOR = 277, /* LOR */ enumerator
111 #define LOR 277 macro
H A Dcalc.y154 %left LOR
221 | e LOR e { sp--; mpz_set_ui (sp, mpz_sgn (sp) || mpz_sgn (sp+1)); }
H A Dcalclex.l83 "||" { return LOR; }
H A Dcalc.c274 LOR = 277, /* LOR */ enumerator
309 #define LOR 277 macro
H A Dcalclex.c890 { return LOR; }
/netbsd-src/usr.bin/m4/
H A Dparser.y32 %left LOR
77 | expr LOR expr { $$ = $1 || $3; }
H A Dtokenizer.l65 "||" { return(LOR); }
/netbsd-src/tools/m4/bootstrap/
H A Dparser.h3 #define LOR 259 macro
H A Dparser.c53 #define LOR 259 macro
H A Dtokenizer.c841 { return(LOR); }
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Daarch64.h257 | AARCH64_FEATBIT (X, LOR) \
345 & ~AARCH64_FEATBIT (X, LOR))
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-sys-regs.def554 SYSREG ("lorc_el1", CPENC (3,0,10,4,3), F_ARCHEXT, AARCH64_FEATURE (LOR))
555 SYSREG ("lorea_el1", CPENC (3,0,10,4,1), F_ARCHEXT, AARCH64_FEATURE (LOR))
556 SYSREG ("lorid_el1", CPENC (3,0,10,4,7), F_REG_READ|F_ARCHEXT, AARCH64_FEATURE (LOR))
557 SYSREG ("lorn_el1", CPENC (3,0,10,4,2), F_ARCHEXT, AARCH64_FEATURE (LOR))
558 SYSREG ("lorsa_el1", CPENC (3,0,10,4,0), F_ARCHEXT, AARCH64_FEATURE (LOR))
H A DChangeLog-2015805 (LOR): New.
H A Daarch64-tbl.h2535 AARCH64_FEATURE (LOR);
2660 #define LOR &aarch64_feature_lor macro
2735 { NAME, OPCODE, MASK, CLASS, 0, LOR, OPS, QUALS, FLAGS, 0, 0, NULL }
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx7-mba7.dtsi185 "Line Out Jack", "LOR";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h771 LOR, enumerator
H A DX86InstrInfo.td277 def X86lock_or : SDNode<"X86ISD::LOR", SDTLockBinaryArithWithFlags,
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2015805 (LOR): New.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2015805 (LOR): New.
H A Daarch64-opc.c4003 #define SR_LOR(n,e,f) SR_FEAT (n,e,f,LOR)
H A Daarch64-tbl.h2508 #define LOR &aarch64_feature_lor macro
2570 { NAME, OPCODE, MASK, CLASS, 0, LOR, OPS, QUALS, FLAGS, 0, 0, NULL }
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DNEWS302 Support for the individual ARMv8.1 Adv.SIMD, LOR and PAN architecture
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2015805 (LOR): New.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DNEWS509 Support for the individual ARMv8.1 Adv.SIMD, LOR and PAN architecture
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c10364 {"lor", AARCH64_FEATURE (LOR), AARCH64_NO_FEATURES},

12