Searched refs:float_offset (Results 1 – 3 of 3) sorted by relevance
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitNativeSPARC_32.c | 147 sljit_u32 float_offset = (16 + 6) * sizeof(sljit_sw); in call_with_args() local 203 …FAIL_IF(push_inst(compiler, STDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE… in call_with_args() 204 float_offset -= sizeof(sljit_f64); in call_with_args() 208 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in call_with_args() 209 float_offset -= sizeof(sljit_f64); in call_with_args() 218 float_offset = (16 + 6) * sizeof(sljit_sw); in call_with_args() 226 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args() 228 …FAIL_IF(push_inst(compiler, LDUW | DA(reg_index + 1) | S1(SLJIT_SP) | IMM(float_offset + sizeof(sl… in call_with_args() 231 … FAIL_IF(push_inst(compiler, LDD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args() 233 float_offset -= sizeof(sljit_f64); in call_with_args() [all …]
|
| D | sljitNativeSPARC_common.c | 516 sljit_u32 float_offset, args_offset; in sljit_emit_enter() local 537 float_offset = 16 * sizeof(sljit_sw); in sljit_emit_enter() 544 … FAIL_IF(push_inst(compiler, STW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter() 547 …FAIL_IF(push_inst(compiler, STW | DA(reg_index + 1) | S1(SLJIT_SP) | IMM(float_offset + sizeof(slj… in sljit_emit_enter() 549 … FAIL_IF(push_inst(compiler, STD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter() 551 float_offset += sizeof(sljit_f64); in sljit_emit_enter() 555 … FAIL_IF(push_inst(compiler, STW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter() 556 float_offset += sizeof(sljit_f64); in sljit_emit_enter() 565 float_offset = 16 * sizeof(sljit_sw); in sljit_emit_enter() 575 …FAIL_IF(push_inst(compiler, LDDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE… in sljit_emit_enter() [all …]
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | nir_to_dxil.c | 3401 … const struct dxil_value *float_offset = get_src(ctx, &barycentric->src[0], i, nir_type_float); in emit_load_interpolated_input() local 3404 DXIL_BINOP_MUL, float_offset, dxil_module_get_float_const(&ctx->mod, 16.0f), 0); in emit_load_interpolated_input()
|