Home
last modified time | relevance | path

Searched refs:coproc (Results 1 – 16 of 16) sorted by relevance

/openbsd/bin/ksh/
H A Dio.c353 coproc.read = coproc.readw = coproc.write = -1; in coproc_init()
354 coproc.njobs = 0; in coproc_init()
355 coproc.id = 0; in coproc_init()
362 if (coproc.read >= 0 && fd == coproc.read) { in coproc_read_close()
365 coproc.read = -1; in coproc_read_close()
375 if (coproc.readw >= 0 && coproc.read >= 0 && fd == coproc.read) { in coproc_readw_close()
377 coproc.readw = -1; in coproc_readw_close()
387 if (coproc.write >= 0 && fd == coproc.write) { in coproc_write_close()
389 coproc.write = -1; in coproc_write_close()
399 int fd = (mode & R_OK) ? coproc.read : coproc.write; in coproc_getfd()
[all …]
H A Dexec.c191 if (coproc.job && coproc.write >= 0) in execute()
206 coproc.write = pv[1]; in execute()
207 coproc.job = NULL; in execute()
209 if (coproc.readw >= 0) in execute()
210 ksh_dup2(coproc.readw, 1, false); in execute()
213 coproc.read = pv[0]; in execute()
215 coproc.readw = pv[1]; /* closed before first read */ in execute()
216 coproc.njobs = 0; in execute()
218 ++coproc.id; in execute()
229 NULL, coproc.readw); in execute()
H A Dsh.h320 struct coproc { struct
328 extern struct coproc coproc; argument
H A Djobs.c540 j->coproc_id = coproc.id; in exchild()
541 coproc.njobs++; /* n jobs using co-process output */ in exchild()
542 coproc.job = (void *) j; /* j using co-process input */ in exchild()
1246 if (coproc.job == j) { in check_job()
1247 coproc.job = NULL; in check_job()
1253 coproc_write_close(coproc.write); in check_job()
1256 if (j->coproc_id && j->coproc_id == coproc.id && in check_job()
1257 --coproc.njobs == 0) in check_job()
1258 coproc_readw_close(coproc.read); in check_job()
H A Dmain.c64 struct coproc coproc; variable
H A Dc_ksh.c371 if (coproc.write >= 0 && coproc.write == fd) { in c_print()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrCDE.td53 : Thumb2XI<oops, !con((ins p_imm:$coproc), iops),
57 bits<3> coproc;
63 let Inst{10-8} = coproc{2-0};
219 def : Pat<(i32 (int_arm_cde_cx1 timm:$coproc, timm:$imm)),
220 (i32 (CDE_CX1 p_imm:$coproc, imm_13b:$imm))>;
237 def : Pat<(i32 (int_arm_cde_cx3a timm:$coproc,
241 (i32 (CDE_CX3A p_imm:$coproc,
299 iname#"\t$coproc, $Vd, $imm", params.Cstr> {
548 def : Pat<(f32 (int_arm_cde_vcx1 timm:$coproc, timm:$imm)),
549 (f32 (CDE_VCX1_fpsp p_imm:$coproc, imm_11b:$imm))>;
[all …]
H A DARMInstrMVE.td5861 // start of coproc mov
5962 // end of coproc mov
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Darm.h168 unsigned long coproc; member
172 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
177 (TARG).coproc = (F1).coproc | (F2).coproc; \
183 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
186 #define ARM_FEATURE(core, coproc) {(core), (coproc)} argument
/openbsd/sys/arch/arm/arm/
H A Dundefined.c73 install_coproc_handler(int coproc, undef_handler_t handler) in install_coproc_handler() argument
77 KASSERT(coproc >= 0 && coproc < MAX_COPROCS); in install_coproc_handler()
83 install_coproc_handler_static(coproc, uh); in install_coproc_handler()
88 install_coproc_handler_static(int coproc, struct undefined_handler *uh) in install_coproc_handler_static() argument
91 LIST_INSERT_HEAD(&undefined_handlers[coproc], uh, uh_link); in install_coproc_handler_static()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c4490 int coproc = 0; in macro() local
6093 coproc = 1; in macro()
6098 coproc = 1; in macro()
6103 coproc = 1; in macro()
6108 coproc = 1; in macro()
6126 coproc = 1; in macro()
6131 coproc = 1; in macro()
6136 coproc = 1; in macro()
6178 coproc = 1; in macro()
6183 coproc = 1; in macro()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsARM.td1400 !listconcat([llvm_i32_ty /* coproc */], args, [llvm_i32_ty /* imm */]),
1404 !listconcat([llvm_i32_ty /* coproc */, llvm_i32_ty /* acc */], args,
1410 !listconcat([llvm_i32_ty /* coproc */], args, [llvm_i32_ty /* imm */]),
1414 !listconcat([llvm_i32_ty /* coproc */, llvm_i32_ty /* acc_lo */,
1426 !listconcat([llvm_i32_ty /* coproc */], args, [llvm_i32_ty /* imm */]),
1430 !listconcat([llvm_i32_ty /* coproc */, LLVMMatchType<0> /* acc */],
1442 !listconcat([llvm_i32_ty /* coproc */], args, [llvm_i32_ty /* imm */]),
1446 !listconcat([llvm_i32_ty /* coproc */, llvm_v16i8_ty /* acc */],
1452 !listconcat([llvm_i32_ty /* coproc */, LLVMMatchType<0> /* inactive */],
1457 !listconcat([llvm_i32_ty /* coproc */, LLVMMatchType<0> /* acc */],
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c4498 int coproc = 0; in macro() local
6049 coproc = 1; in macro()
6054 coproc = 1; in macro()
6059 coproc = 1; in macro()
6064 coproc = 1; in macro()
6082 coproc = 1; in macro()
6087 coproc = 1; in macro()
6092 coproc = 1; in macro()
6133 coproc = 1; in macro()
6138 coproc = 1; in macro()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1867 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local
1933 if (coproc == 0xA || coproc == 0xB || in DecodeCopMemInstruction()
1935 (coproc == 0x8 || coproc == 0x9 || coproc == 0xA || coproc == 0xB || in DecodeCopMemInstruction()
1936 coproc == 0xE || coproc == 0xF))) in DecodeCopMemInstruction()
1943 if (featureBits[ARM::HasV8Ops] && (coproc != 14)) in DecodeCopMemInstruction()
1946 Inst.addOperand(MCOperand::createImm(coproc)); in DecodeCopMemInstruction()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-92958073 coproc before doing goto ld.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-92958073 coproc before doing goto ld.