/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeX86_common.c | 301 static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw value) function in typeref:typename:SLJIT_INLINE void 562 sljit_unaligned_store_sw((void*)jump->addr, (sljit_sw)(jump->u.label->addr - (jump_addr + sizeof(sljit_sw)))); 570 sljit_unaligned_store_sw((void*)jump->addr, (sljit_sw)(jump->u.target - (jump_addr + sizeof(sljit_sw)))); 579 sljit_unaligned_store_sw((void*)jump->addr, jump->u.label->addr); 1681 sljit_unaligned_store_sw(inst, src1w); 1724 sljit_unaligned_store_sw(inst, src2w); 2863 sljit_unaligned_store_sw((void*)addr, new_target - (addr + 4) - (sljit_uw)executable_offset); 2865 sljit_unaligned_store_sw((void*)addr, (sljit_sw) new_target); 2872 sljit_unaligned_store_sw((void*)addr, new_constant);
|
sljitNativeX86_common.c | 301 static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw value) function in typeref:typename:SLJIT_INLINE void 562 sljit_unaligned_store_sw((void*)jump->addr, (sljit_sw)(jump->u.label->addr - (jump_addr + sizeof(sljit_sw)))); 570 sljit_unaligned_store_sw((void*)jump->addr, (sljit_sw)(jump->u.target - (jump_addr + sizeof(sljit_sw)))); 579 sljit_unaligned_store_sw((void*)jump->addr, jump->u.label->addr); 1681 sljit_unaligned_store_sw(inst, src1w); 1724 sljit_unaligned_store_sw(inst, src2w); 2863 sljit_unaligned_store_sw((void*)addr, new_target - (addr + 4) - (sljit_uw)executable_offset); 2865 sljit_unaligned_store_sw((void*)addr, (sljit_sw) new_target); 2872 sljit_unaligned_store_sw((void*)addr, new_constant);
|
sljitNativeX86_common.c | 301 static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw value) function in typeref:typename:SLJIT_INLINE void 562 sljit_unaligned_store_sw((void*)jump->addr, (sljit_sw)(jump->u.label->addr - (jump_addr + sizeof(sljit_sw)))); 570 sljit_unaligned_store_sw((void*)jump->addr, (sljit_sw)(jump->u.target - (jump_addr + sizeof(sljit_sw)))); 579 sljit_unaligned_store_sw((void*)jump->addr, jump->u.label->addr); 1681 sljit_unaligned_store_sw(inst, src1w); 1724 sljit_unaligned_store_sw(inst, src2w); 2863 sljit_unaligned_store_sw((void*)addr, new_target - (addr + 4) - (sljit_uw)executable_offset); 2865 sljit_unaligned_store_sw((void*)addr, (sljit_sw) new_target); 2872 sljit_unaligned_store_sw((void*)addr, new_constant);
|