Searched defs:mem_type (Results 1 – 4 of 4) sorted by relevance
2101 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local2103 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
2071 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
322 uint8_t mem_type; /* stack slot type (for eliminate dead type store) */ member
3802 uint8_t type, mem_type; in zend_jit_trace() local
Completed in 31 milliseconds