HomeSort by relevance Sort by last modified time
    Searched refs:sljit_const (Results 1 - 10 of 10) sorted by null

  /external/pcre/dist/sljit/
sljitLir.h 292 struct sljit_const { struct
293 struct sljit_const *next;
303 struct sljit_const *consts;
306 struct sljit_const *last_const;
    [all...]
sljitNativeSPARC_common.c 27 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name(void)
94 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
283 struct sljit_const *const_;
496 static SLJIT_CONST sljit_ins data_transfer_insts[16 + 4] = {
    [all...]
sljitNativeARM_64.c 27 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name(void)
47 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = {
220 struct sljit_const *const_;
781 static SLJIT_CONST sljit_ins sljit_mem_imm[4] = {
788 static SLJIT_CONST sljit_ins sljit_mem_simm[4] = {
795 static SLJIT_CONST sljit_ins sljit_mem_pre_simm[4] = {
802 static SLJIT_CONST sljit_ins sljit_mem_reg[4] = {
    [all...]
sljitNativeARM_T2_32.c 27 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name(void)
45 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
353 struct sljit_const *const_;
816 static SLJIT_CONST sljit_ins sljit_mem16[12] = {
833 static SLJIT_CONST sljit_ins sljit_mem16_imm5[12] = {
852 static SLJIT_CONST sljit_ins sljit_mem32[12] = {
    [all...]
sljitNativeARM_32.c 27 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name(void)
58 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
574 struct sljit_const *const_;
    [all...]
sljitNativeMIPS_common.c 30 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name(void)
71 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
371 struct sljit_const *const_;
686 static SLJIT_CONST sljit_ins data_transfer_insts[16 + 4] = {
    [all...]
sljitNativePPC_common.c 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] = {
    [all...]
sljitNativeTILEGX_64.c 52 static SLJIT_CONST sljit_ub reg_map[SLJIT_NO_REGISTERS + 5] = {
114 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char *sljit_get_platform_name(void)
315 static SLJIT_CONST tilegx_mnemonic data_transfer_insts[16] = {
1009 struct sljit_const *const_;
    [all...]
sljitNativeX86_common.c 27 SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name(void)
69 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
92 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
96 static SLJIT_CONST sljit_ub reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
101 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
105 static SLJIT_CONST sljit_ub reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
456 struct sljit_const *const_;
    [all...]
sljitLir.c 572 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler)
804 static SLJIT_CONST char* op0_names[] = {
809 static SLJIT_CONST char* op1_names[] = {
817 static SLJIT_CONST char* op2_names[] = {
823 static SLJIT_CONST char* fop1_names[] = {
829 static SLJIT_CONST char* fop2_names[] = {
    [all...]

Completed in 40 milliseconds