Home
last modified time | relevance | path

Searched refs:native_code (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/editors/poke/poke-1.0/jitter/machine/x86_64/jitter/machine/
H A Djitter-machine-c.c138 jitter_patch_load_immediate_to_register (char *native_code, in jitter_patch_load_immediate_to_register() argument
200 jitter_patch_load_immediate_to_memory (char *native_code, in jitter_patch_load_immediate_to_memory() argument
229 memcpy (native_code + value_offset, in jitter_patch_load_immediate_to_memory()
231 memcpy (native_code + offset_offset, in jitter_patch_load_immediate_to_memory()
290 jitter_patch_patch_in (char *native_code, in jitter_patch_patch_in() argument
304 int32_t offset = jump_target - (native_code + 5); in jitter_patch_patch_in()
305 memcpy (native_code + 1, & offset, sizeof (offset)); in jitter_patch_patch_in()
319 int32_t offset = jump_target - native_code; in jitter_patch_patch_in()
320 memcpy (native_code - 4, & offset, sizeof (offset)); in jitter_patch_patch_in()
329 int32_t offset = jump_target - (native_code + 5); in jitter_patch_patch_in()
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/riscv/jitter/machine/
H A Djitter-machine-c.c254 jitter_patch_load_lui (char *native_code, uint32_t immediate) in jitter_patch_load_lui() argument
261 = (struct jitter_riscv_u_type_instruction *) native_code; in jitter_patch_load_lui()
271 jitter_patch_load_lui_ori (char *native_code, uint32_t immediate) in jitter_patch_load_lui_ori() argument
276 = (struct jitter_riscv_u_type_instruction *) native_code; in jitter_patch_load_lui_ori()
289 jitter_patch_load_immediate_to_register (char *native_code, in jitter_patch_load_immediate_to_register() argument
321 jitter_patch_load_lui (native_code, immediate); in jitter_patch_load_immediate_to_register()
330 jitter_patch_load_lui_ori (native_code, immediate); in jitter_patch_load_immediate_to_register()
376 jitter_patch_load_lui_ori (native_code, low); in jitter_patch_load_immediate_to_register()
377 jitter_patch_load_lui_ori (native_code + 4 * 2, high); in jitter_patch_load_immediate_to_register()
391 jitter_patch_load_immediate_to_memory (char *native_code, in jitter_patch_load_immediate_to_memory() argument
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/powerpc/jitter/machine/
H A Djitter-machine-c.c136 jitter_patch_load_immediate_to_register (char *native_code, in jitter_patch_load_immediate_to_register() argument
159 memcpy (native_code + 2, &low, 2); in jitter_patch_load_immediate_to_register()
161 memcpy (native_code + 0, &low, 2); in jitter_patch_load_immediate_to_register()
175 memcpy (native_code + 2, &high, 2); in jitter_patch_load_immediate_to_register()
176 memcpy (native_code + 6, &low, 2); in jitter_patch_load_immediate_to_register()
178 memcpy (native_code + 0, &high, 2); in jitter_patch_load_immediate_to_register()
179 memcpy (native_code + 4, &low, 2); in jitter_patch_load_immediate_to_register()
189 jitter_patch_load_immediate_to_memory (char *native_code, in jitter_patch_load_immediate_to_memory() argument
226 jitter_patch_patch_in (char *native_code, in jitter_patch_patch_in() argument
234 int64_t offset = jump_target - native_code; in jitter_patch_patch_in()
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/mips/jitter/machine/
H A Djitter-machine-c.c177 jitter_patch_load_immediate_to_register (char *native_code, in jitter_patch_load_immediate_to_register() argument
204 = (struct jitter_mips_16_bit_immediate_instruction *) native_code; in jitter_patch_load_immediate_to_register()
220 = (struct jitter_mips_16_bit_immediate_instruction *) native_code; in jitter_patch_load_immediate_to_register()
245 = (struct jitter_mips_21_bit_immediate_instruction *) native_code; in jitter_patch_load_immediate_to_register()
257 jitter_patch_load_immediate_to_memory (char *native_code, in jitter_patch_load_immediate_to_memory() argument
307 jitter_patch_patch_in (char *native_code, in jitter_patch_patch_in() argument
313 char *jump_address __attribute__ ((unused)) = native_code; in jitter_patch_patch_in()
356 char *delay_slot_address = native_code + 4; in jitter_patch_patch_in()
377 uint32_t old_instruction = * (uint32_t*) native_code; in jitter_patch_patch_in()
384 * (uint32_t *) native_code = instruction; in jitter_patch_patch_in()
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/sh/jitter/machine/
H A Djitter-machine-c.c116 jitter_patch_load_immediate_to_register (char *native_code, in jitter_patch_load_immediate_to_register() argument
135 (native_code + native_code_size - 2), in jitter_patch_load_immediate_to_register()
161 uint16_t *instructions = (uint16_t*) native_code; in jitter_patch_load_immediate_to_register()
186 char *datum_p = native_code + native_code_size - 4; in jitter_patch_load_immediate_to_register()
197 jitter_patch_load_immediate_to_memory (char *native_code, in jitter_patch_load_immediate_to_memory() argument
229 jitter_patch_patch_in (char *native_code, in jitter_patch_patch_in() argument
240 char *jump_address = native_code; in jitter_patch_patch_in()
266 uint16_t old_instruction = * (uint16_t*) native_code; in jitter_patch_patch_in()
272 * (uint16_t *) native_code = instruction; in jitter_patch_patch_in()
/dports/editors/poke/poke-1.0/jitter/machine/m68k/jitter/machine/
H A Djitter-machine-c.c171 jitter_patch_load_immediate_to_register (char *native_code, in jitter_patch_load_immediate_to_register() argument
198 = (struct jitter_m68k_moveq_instruction *) native_code; in jitter_patch_load_immediate_to_register()
212 native_code); in jitter_patch_load_immediate_to_register()
223 jitter_patch_load_immediate_to_memory (char *native_code, in jitter_patch_load_immediate_to_memory() argument
240 = ((struct jitter_m68k_clrl_memory_instruction *) native_code); in jitter_patch_load_immediate_to_memory()
251 native_code); in jitter_patch_load_immediate_to_memory()
286 jitter_patch_patch_in (char *native_code, in jitter_patch_patch_in() argument
294 int32_t distance = target - native_code; in jitter_patch_patch_in()
304 = ((struct jitter_m68k_branch_instruction *) native_code); in jitter_patch_patch_in()
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-replicate.c87 char *native_code; member
144 assert (p->native_code == NULL); in jitter_replicate_program()
145 p->native_code = code; in jitter_replicate_program()
216 replicated_block->native_code = free_code; in jitter_replicate_program()
392 bp.native_code = free_code; in jitter_replicate_program()
458 bp.native_code = free_code + pid->offset; in jitter_replicate_program()
480 = (char*)free_code - (char*)replicated_block->native_code; in jitter_replicate_program()
507 bp->native_code, in jitter_replicate_program()
509 jitter_copy_snippet (bp->native_code, bp->snippet); in jitter_replicate_program()
510 jitter_patch_patch_in (bp->native_code, in jitter_replicate_program()
[all …]
H A Djitter-patch.h145 jitter_patch_load_immediate_to_register (char *native_code,
158 jitter_patch_load_immediate_to_memory (char *native_code,
172 jitter_patch_patch_in (char *native_code,
197 jitter_copy_snippet (char *native_code, enum jitter_snippet_to_patch snippet);
205 jitter_patch_load_immediate (char *native_code,
H A Djitter-patch.c65 jitter_patch_load_immediate (char *native_code, in jitter_patch_load_immediate() argument
72 jitter_patch_load_immediate_to_register (native_code, native_code_size, in jitter_patch_load_immediate()
75 jitter_patch_load_immediate_to_memory (native_code, native_code_size, in jitter_patch_load_immediate()
H A Djitter-specialize.c90 jitter_executable_deallocate (er->native_code); in jitter_destroy_executable_routine()
255 if (p->native_code != NULL) in jitter_make_executable_routine()
386 res->native_code = p->native_code; in jitter_make_executable_routine()
388 p->native_code = NULL; in jitter_make_executable_routine()
H A Djitter-disassemble.c454 const char *native_code, in jitter_disassemble_show_specialized_instruction() argument
478 jitter_disassemble_range (f, er, native_code, native_code_size, raw, in jitter_disassemble_show_specialized_instruction()
504 er->native_code, er->native_code_size, raw, in jitter_executable_routine_disassemble()
566 char *native_code = replicated_block->native_code; in jitter_executable_routine_disassemble() local
595 native_code, in jitter_executable_routine_disassemble()
/dports/editors/poke/poke-1.0/jitter/machine/sparc/jitter/machine/
H A Djitter-machine-c.c71 jitter_patch_load_immediate_to_register (char *native_code, in jitter_patch_load_immediate_to_register() argument
80 uint32_t *first_instruction_p = (uint32_t *) native_code; in jitter_patch_load_immediate_to_register()
198 jitter_patch_load_immediate_to_memory (char *native_code, in jitter_patch_load_immediate_to_memory() argument
231 jitter_patch_patch_in (char *native_code, in jitter_patch_patch_in() argument
241 char *jump_address = native_code; in jitter_patch_patch_in()
276 uint32_t old_instruction = * (uint32_t *) native_code; in jitter_patch_patch_in()
279 * (uint32_t *) native_code = instruction; in jitter_patch_patch_in()
288 char *jump_address = native_code; in jitter_patch_patch_in()
315 uint32_t old_instruction = * (uint32_t *) native_code; in jitter_patch_patch_in()
317 * (uint32_t *) native_code = instruction; in jitter_patch_patch_in()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-unwind.h99 …ef_cfa(cfg,ip,reg,offset) do { mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_def_cfa…
101 …p_def_cfa_reg(cfg,ip,reg) do { mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_def_cfa…
103 …cfa_offset(cfg,ip,offset) do { mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_def_cfa…
105 …wind_op_same_value(cfg,ip,reg) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_same_va…
107 …d_op_offset(cfg,ip,reg,offset) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_offset,…
109 …wind_op_remember_state(cfg,ip) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_remembe…
111 …nwind_op_restore_state(cfg,ip) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_restore…
117 #define mono_emit_unwind_op_mark_loc(cfg,ip,n) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code,…
120 …nwind_op_sp_alloc(cfg,ip,size) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_mono_sp…
121 …d_op_fp_alloc(cfg,ip,reg,size) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_mono_fp…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/
H A Dkeyboard_util_evdev.cc19 int NativeCodeToEvdevCode(int native_code) { in NativeCodeToEvdevCode() argument
20 if (native_code == KeycodeConverter::InvalidNativeKeycode()) in NativeCodeToEvdevCode()
23 return native_code - kXkbKeycodeOffset; in NativeCodeToEvdevCode()
/dports/science/py-scipy/scipy-1.7.1/scipy/io/matlab/
H A Dbyteordercodes.py11 native_code = sys_is_le and '<' or '>' variable
57 return native_code
63 return native_code
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_endiancodes.py13 from ..volumeutils import (endian_codes, native_code, swapped_code)
19 assert (native_code, swapped_code) == ('<', '>')
21 assert (native_code, swapped_code) == ('>', '<')
H A Dtest_wrapstruct.py33 from ..volumeutils import swapped_code, native_code, Recoder
127 assert hdr.endianness == native_code
162 assert hdr2.endianness == native_code
209 assert eh.endianness == native_code
278 assert hdr.endianness == native_code
280 hdr2 = hdr.as_byteswapped(native_code)
296 hdr2 = hdr.as_byteswapped(native_code)
360 return native_code
H A Dtest_image_load_save.py29 from ..volumeutils import native_code, swapped_code
74 assert img.header.endianness == native_code
76 assert img2.header.endianness == native_code
90 assert cbs_hdr.endianness == native_code
94 assert cbs_hdr2.endianness == native_code
108 assert mixed_img.header.endianness == native_code
110 assert m_img2.header.endianness == native_code
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_endiancodes.py17 from ..volumeutils import (endian_codes, native_code, swapped_code)
22 assert (native_code, swapped_code) == ('<', '>')
24 assert (native_code, swapped_code) == ('>', '<')
H A Dtest_image_load_save.py37 from ..volumeutils import native_code, swapped_code
74 assert_equal(img.get_header().endianness, native_code)
76 assert_equal(img2.get_header().endianness, native_code)
88 assert_equal(cbs_hdr.endianness, native_code)
92 assert_equal(cbs_hdr2.endianness, native_code)
102 assert_equal(mixed_img.get_header().endianness, native_code)
104 assert_equal(m_img2.get_header().endianness, native_code)
H A Dtest_wrapstruct.py34 from ..volumeutils import swapped_code, native_code, Recoder
54 return native_code
116 assert_equal(hdr.endianness, native_code)
151 assert_equal(hdr2.endianness, native_code)
188 assert_equal(eh.endianness, native_code)
282 assert_equal(hdr.endianness, native_code)
284 hdr2 = hdr.as_byteswapped(native_code)
296 hdr2 = hdr.as_byteswapped(native_code)
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/
H A Dwrapstruct.py109 from .volumeutils import (pretty_mapping, endian_codes, native_code,
165 if endianness != native_code:
259 return native_code
496 if current == native_code:
499 endianness = native_code
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Dwrapstruct.py114 from .volumeutils import (pretty_mapping, endian_codes, native_code,
169 if endianness != native_code:
261 return native_code
473 if current == native_code:
476 endianness = native_code
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/linux/src/main/java/net/java/games/input/
H A DLinuxEventComponent.java45 …onent.Identifier identifier, boolean is_relative, int native_type, int native_code) throws IOExcep… in LinuxEventComponent() argument
49 this.button_trait = LinuxNativeTypesMap.guessButtonTrait(native_code); in LinuxEventComponent()
54 descriptor.set(native_type, native_code); in LinuxEventComponent()
/dports/science/py-dipy/dipy-1.4.1/dipy/utils/
H A Darrfuncs.py4 from nibabel.volumeutils import endian_codes, native_code
24 if endian_codes[arr.dtype.byteorder] == native_code:

12345678910