Lines Matching refs:SLJIT_CONST
27 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name(void)
104 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = {
329 struct sljit_const *const_;
740 static SLJIT_CONST sljit_ins data_transfer_insts[64 + 8] = {
2369 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2371 struct sljit_const *const_;
2378 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));