| /openbsd-src/lib/libcrypto/conf/ |
| H A D | conf_mod.c | 96 static void imodule_free(CONF_IMODULE *imod); 97 static void module_finish(CONF_IMODULE *imod); 280 CONF_IMODULE *imod = NULL; 287 if ((imod = calloc(1, sizeof(*imod))) == NULL) in module_init() 290 imod->mod = mod; in module_init() 292 if ((imod->value = strdup(value)) == NULL) in module_init() 297 if (mod->init(imod, cnf) <= 0) in module_init() 306 if (!sk_CONF_IMODULE_push(initialized_modules, imod)) in module_init() 308 imod in module_init() 284 CONF_IMODULE *imod = NULL; module_init() local 371 imodule_free(CONF_IMODULE * imod) imodule_free() argument 386 CONF_IMODULE *imod; CONF_modules_finish() local 400 module_finish(CONF_IMODULE * imod) module_finish() argument 429 CONF_imodule_get_name(const CONF_IMODULE * imod) CONF_imodule_get_name() argument 436 CONF_imodule_get_value(const CONF_IMODULE * imod) CONF_imodule_get_value() argument 443 CONF_imodule_get_usr_data(const CONF_IMODULE * imod) CONF_imodule_get_usr_data() argument 450 CONF_imodule_set_usr_data(CONF_IMODULE * imod,void * usr_data) CONF_imodule_set_usr_data() argument 457 CONF_imodule_get_module(const CONF_IMODULE * imod) CONF_imodule_get_module() argument 464 CONF_imodule_get_flags(const CONF_IMODULE * imod) CONF_imodule_get_flags() argument 471 CONF_imodule_set_flags(CONF_IMODULE * imod,unsigned long flags) CONF_imodule_set_flags() argument [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 2567 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local 2586 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction() 2588 if (imod && M) { in DecodeCPSInstruction() 2590 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction() 2593 } else if (imod && !M) { in DecodeCPSInstruction() 2595 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction() 2598 } else if (!imod && M) { in DecodeCPSInstruction() 2615 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local 2627 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction() 2629 if (imod && M) { in DecodeT2CPSInstruction() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 375 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags), 376 NoItinerary, "cps$imod $iflags", []>, 379 bit imod; 382 let Inst{4} = imod;
|
| H A D | ARMInstrThumb2.td | 4032 bits<2> imod; 4038 let Inst{10-9} = imod; 4046 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 4047 "$imod\t$iflags, $mode">; 4049 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags), 4050 "$imod.w\t$iflags">; 4051 let imod = 0, iflags = 0, M = 1 in 4054 def : t2InstAlias<"cps$imod.w $iflags, $mode", 4055 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
|
| H A D | ARMInstrInfo.td | 2247 bits<2> imod; 2254 let Inst{19-18} = imod; 2264 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode), 2265 "$imod\t$iflags, $mode">; 2267 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">; 2269 let imod = 0, iflags = 0, M = 1 in
|
| H A D | ARMInstrFormats.td | 142 // ARM imod and iflag operands, used only by the CPS instruction.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | VOP3PInstructions.td | 379 // Dot-iu instructions consider input as signed if imod neg bits are set. Thus
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | intrin.def | 215 DEFNAME ("IMOD", "imod", "IMod", genNONE, specIMOD) /* VXT */
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 6860 unsigned int imod = (inst.instruction & 0x0030) >> 4; in do_t_cpsi() local 6862 inst.instruction |= imod << 9; in do_t_cpsi()
|