Home
last modified time | relevance | path

Searched refs:sljit_f64 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeX86_32.c101 …mpiler->locals_offset = (compiler->locals_offset + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) - … in sljit_emit_enter()
168 …local_size = SLJIT_LOCALS_OFFSET + ((local_size + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) - 1… in sljit_emit_enter()
212 sljit_unaligned_store_sw(inst + 2, ~(sizeof(sljit_f64) - 1)); in sljit_emit_enter()
252 …mpiler->locals_offset = (compiler->locals_offset + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) - … in sljit_set_context()
259 …>local_size = SLJIT_LOCALS_OFFSET + ((local_size + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) - … in sljit_set_context()
DsljitConfigInternal.h386 typedef double sljit_f64; typedef
/netbsd/src/sys/external/bsd/sljit/dist/test_src/
DsljitTest.c986 sljit_f64 buf[7]; in test13()
1019 …r, SLJIT_ABS_F64, SLJIT_MEM1(SLJIT_S0), 3 * sizeof(sljit_f64), SLJIT_MEM1(SLJIT_S0), sizeof(sljit_… in test13()
1021 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, SLJIT_IMM, 2 * sizeof(sljit_f64)); in test13()
1027 …sljit_emit_fop1(compiler, SLJIT_MOV_F64, SLJIT_MEM1(SLJIT_S0), 5 * sizeof(sljit_f64), SLJIT_FR4, 0… in test13()
1028 …sljit_emit_fop1(compiler, SLJIT_NEG_F64, SLJIT_MEM1(SLJIT_S0), 6 * sizeof(sljit_f64), SLJIT_FR4, 0… in test13()
1031 …piler, SLJIT_CMP_F64 | SLJIT_SET_GREATER_F, SLJIT_FR5, 0, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_f64)); in test13()
1033 …piler, SLJIT_CMP_F64 | SLJIT_SET_GREATER_F, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_f64), SLJIT_FR5, 0); in test13()
1040 …ompiler, SLJIT_CMP_F64 | SLJIT_SET_EQUAL_F, SLJIT_FR1, 0, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_f64)); in test13()
1042 …ler, SLJIT_CMP_F64 | SLJIT_SET_NOT_EQUAL_F, SLJIT_FR1, 0, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_f64)); in test13()
1074 sljit_f64 buf[15]; in test14()
[all …]