Home
last modified time | relevance | path

Searched refs:inst (Results 11526 – 11550 of 52624) sorted by relevance

1...<<461462463464465466467468469470>>...2105

/dports/www/mod_php73/php-7.3.33/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c521 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
522 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
523 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
524 inst[5] = (inst[5] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
525 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
526 SLJIT_CACHE_FLUSH(inst, inst + 6); in sljit_set_jump_addr()
533 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
534 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
535 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
536 inst[5] = (inst[5] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
/dports/math/ggobi/ggobi-2.1.11/plugins/GraphLayout/
H A Dradial.c76 PluginInstance *inst) in hasPathToCenter() argument
81 glayoutd *gl = glayoutFromInst (inst); in hasPathToCenter()
128 glayoutd *gl = glayoutFromInst (inst); in radial_auto_update_cb()
135 glayoutd *gl = glayoutFromInst (inst); in radial_new_data_cb()
145 ggobid *gg = inst->gg; in radial_cb()
890 gl = glayoutFromInst (inst); in do_radial_plugin()
895 inst->data = gl; in do_radial_plugin()
918 PluginInstance *inst; in S_radial_cb() local
923 gl = glayoutFromInst (inst); in S_radial_cb()
928 inst->data = gl; in S_radial_cb()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c529 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
530 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
531 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
532 inst[5] = (inst[5] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
533 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
534 SLJIT_CACHE_FLUSH(inst, inst + 6); in sljit_set_jump_addr()
541 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
542 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
543 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
544 inst[5] = (inst[5] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c529 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
530 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
531 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
532 inst[5] = (inst[5] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
533 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
534 SLJIT_CACHE_FLUSH(inst, inst + 6); in sljit_set_jump_addr()
541 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
542 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
543 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
544 inst[5] = (inst[5] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-sql-object-backend.hpp79 virtual bool commit (GncSqlBackend* sql_be, QofInstance* inst);
107 QofInstance* inst) const noexcept;
131 void commit (QofInstance* inst) { in commit()
132 if (is_ok) is_ok = obe->commit (be, inst); in commit()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPOSH_RemoveNonPositionOutput.cpp70 if (GenIntrinsicInst * inst = dyn_cast<GenIntrinsicInst>(&*II)) in runOnFunction() local
72 if (inst->getIntrinsicID() == GenISAIntrinsic::GenISA_OUTPUT) in runOnFunction()
75 llvm::cast<llvm::ConstantInt>(inst->getOperand(4))->getZExtValue()); in runOnFunction()
82 instructionToRemove.push_back(inst); in runOnFunction()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dsingleton.py56 def __instancecheck__(self, inst): argument
60 return isinstance(inst, self.__cls)
100 def __instancecheck__(self, inst): argument
104 return isinstance(inst, self.__cls)
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/cdef/
H A DdefiScanchain.h61 EXTERN void defiScanchain_start (const defiScanchain* obj, char** inst, char** pin);
62 EXTERN void defiScanchain_stop (const defiScanchain* obj, char** inst, char** pin);
77 EXTERN void defiScanchain_ordered (const defiScanchain* obj, int index, int* size, char*** inst,…
83 EXTERN void defiScanchain_floating (const defiScanchain* obj, int* size, char*** inst, char*** i…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/kernel/
H A Diwmmxt.h19 .inst 0xedd00100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)
23 .inst 0xfd900100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)
27 .inst 0xedc00100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)
31 .inst 0xfd800100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/asan/
H A Dasan_posix.cc54 u32 inst = *(unsigned *)sig.pc; in AsanOnDeadlySignal() local
55 u32 ra = (inst >> 16) & 0x1F; in AsanOnDeadlySignal()
56 u32 opcd = inst >> 26; in AsanOnDeadlySignal()
57 u32 xo = (inst >> 1) & 0x3FF; in AsanOnDeadlySignal()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/spirv/
H A Dspv_dump.cc71 std::string DumpInstruction(const Instruction& inst) { in DumpInstruction() argument
74 writer.WriteInstruction(inst); in DumpInstruction()
81 for (const auto& inst : insts) { in DumpInstructions() local
82 writer.WriteInstruction(inst); in DumpInstructions()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/obj-c++.dg/
H A Dcxx-scope-1.mm11 Derived *inst[3];
18 return inst[offs];
41 inst[1] = [[::Derived alloc] initWithValue:7];
42 inst[2] = [[Derived alloc] initWithValue:77];
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/includes/triton/
H A DirBuilder.hpp59 void removeSymbolicExpressions(triton::arch::Instruction& inst);
95 TRITON_EXPORT bool buildSemantics(triton::arch::Instruction& inst);
98 TRITON_EXPORT void preIrInit(triton::arch::Instruction& inst);
101 TRITON_EXPORT void postIrInit(triton::arch::Instruction& inst);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/kernel/
H A Diwmmxt.h19 .inst 0xedd00100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)
23 .inst 0xfd900100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)
27 .inst 0xedc00100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)
31 .inst 0xfd800100 | (.L\reg << 12) | (.L\base << 16) | (\offset >> 2)

1...<<461462463464465466467468469470>>...2105