OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_COMPILE_ASSERT
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitConfigInternal.h
726
#ifndef
SLJIT_COMPILE_ASSERT
728
#define
SLJIT_COMPILE_ASSERT
(x, description) \
731
#endif /* !
SLJIT_COMPILE_ASSERT
*/
sljitNativeSPARC_32.c
43
SLJIT_COMPILE_ASSERT
(ICC_IS_SET == SET_FLAGS, icc_is_set_and_set_flags_must_be_the_same);
sljitLir.c
363
SLJIT_COMPILE_ASSERT
(
372
SLJIT_COMPILE_ASSERT
(SLJIT_I32_OP == SLJIT_F32_OP,
374
SLJIT_COMPILE_ASSERT
(SLJIT_REWRITABLE_JUMP != SLJIT_F32_OP,
376
SLJIT_COMPILE_ASSERT
(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_EQUAL_F64 & 0x1) && !(SLJIT_JUMP & 0x1),
1597
SLJIT_COMPILE_ASSERT
(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1), \
sljitNativeARM_32.c
1314
SLJIT_COMPILE_ASSERT
(WRITE_BACK == 0x10, optimized_for_emit_data_transfer);
1578
SLJIT_COMPILE_ASSERT
((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_div_opcode_assignments);
1922
SLJIT_COMPILE_ASSERT
((SLJIT_F32_OP == 0x100), float_transfer_bit_error);
sljitNativeSPARC_common.c
800
SLJIT_COMPILE_ASSERT
((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_div_opcode_assignments);
1058
SLJIT_COMPILE_ASSERT
((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error);
sljitNativeARM_T2_32.c
1174
SLJIT_COMPILE_ASSERT
((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_div_opcode_assignments);
1546
SLJIT_COMPILE_ASSERT
((SLJIT_F32_OP == 0x100), float_transfer_bit_error);
sljitNativeMIPS_common.c
1039
SLJIT_COMPILE_ASSERT
((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_div_opcode_assignments);
1394
SLJIT_COMPILE_ASSERT
((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error);
sljitNativeX86_common.c
747
SLJIT_COMPILE_ASSERT
((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_div_opcode_assignments);
1284
SLJIT_COMPILE_ASSERT
(SLJIT_MOV + 8 == SLJIT_MOVU, movu_offset);
sljitNativeARM_64.c
1693
SLJIT_COMPILE_ASSERT
((INT_SIZE ^ 0x100) == WORD_SIZE, must_be_one_bit_difference);
sljitNativePPC_common.c
1903
SLJIT_COMPILE_ASSERT
((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x4), float_transfer_bit_error);
Completed in 24 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025