Home
last modified time | relevance | path

Searched refs:uvalue (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c1174 uint64_t uvalue; in decode_location_expression() local
1186 SAFE_BYTE_GET_AND_INC (uvalue, data, pointer_size, end); in decode_location_expression()
1187 printf ("DW_OP_addr: %" PRIx64, uvalue); in decode_location_expression()
1193 SAFE_BYTE_GET_AND_INC (uvalue, data, 1, end); in decode_location_expression()
1194 printf ("DW_OP_const1u: %" PRIu64, uvalue); in decode_location_expression()
1201 SAFE_BYTE_GET_AND_INC (uvalue, data, 2, end); in decode_location_expression()
1202 printf ("DW_OP_const2u: %" PRIu64, uvalue); in decode_location_expression()
1209 SAFE_BYTE_GET_AND_INC (uvalue, data, 4, end); in decode_location_expression()
1210 printf ("DW_OP_const4u: %" PRIu64, uvalue); in decode_location_expression()
1217 SAFE_BYTE_GET_AND_INC (uvalue, data, 8, end); in decode_location_expression()
[all …]
H A DChangeLog-2011411 DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
858 and uvalue type.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c1212 dwarf_vma uvalue; in decode_location_expression() local
1224 SAFE_BYTE_GET_AND_INC (uvalue, data, pointer_size, end); in decode_location_expression()
1225 printf ("DW_OP_addr: %s", dwarf_vmatoa ("x", uvalue)); in decode_location_expression()
1231 SAFE_BYTE_GET_AND_INC (uvalue, data, 1, end); in decode_location_expression()
1232 printf ("DW_OP_const1u: %lu", (unsigned long) uvalue); in decode_location_expression()
1239 SAFE_BYTE_GET_AND_INC (uvalue, data, 2, end); in decode_location_expression()
1240 printf ("DW_OP_const2u: %lu", (unsigned long) uvalue); in decode_location_expression()
1247 SAFE_BYTE_GET_AND_INC (uvalue, data, 4, end); in decode_location_expression()
1248 printf ("DW_OP_const4u: %lu", (unsigned long) uvalue); in decode_location_expression()
1255 SAFE_BYTE_GET_AND_INC (uvalue, data, 4, end); in decode_location_expression()
[all …]
H A DChangeLog-2011411 DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
858 and uvalue type.
/netbsd-src/sys/ddb/
H A Ddb_access.c62 uintmax_t uvalue; in db_get_value() local
68 uvalue = 0; in db_get_value()
74 uvalue = (uvalue << 8) + (data[i] & 0xFF); in db_get_value()
76 value = (db_expr_t)uvalue; in db_get_value()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcompat.c590 unsigned long uvalue; in fmtint() local
601 uvalue = value; in fmtint()
606 uvalue = -value; in fmtint()
618 [uvalue % (unsigned)base]; in fmtint()
619 uvalue = (uvalue / (unsigned)base ); in fmtint()
620 } while (uvalue && (place < 20)); in fmtint()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c439 uint64_t uvalue; in fmtint() local
448 uvalue = value; in fmtint()
452 uvalue = 0 - (uint64_t)value; in fmtint()
468 [uvalue % (unsigned)base]; in fmtint()
469 uvalue = (uvalue / (unsigned)base); in fmtint()
470 } while (uvalue && (place < (int)sizeof(convert))); in fmtint()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c439 uint64_t uvalue; in fmtint() local
448 uvalue = value; in fmtint()
452 uvalue = 0 - (uint64_t)value; in fmtint()
468 [uvalue % (unsigned)base]; in fmtint()
469 uvalue = (uvalue / (unsigned)base); in fmtint()
470 } while (uvalue && (place < (int)sizeof(convert))); in fmtint()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-score7.c231 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
240 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_lo16_reloc()
241 hi16_offset = (uvalue >> 16) << 1; in score_elf_lo16_reloc()
244 offset = (uvalue & 0xffff) << 1; in score_elf_lo16_reloc()
518 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
527 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_got_lo16_reloc()
528 if ((uvalue > -0x8000) && (uvalue < 0x7fff)) in score_elf_got_lo16_reloc()
531 hi16_offset = (uvalue >> 16) & 0x7fff; in score_elf_got_lo16_reloc()
534 offset = (uvalue & 0xffff) << 1; in score_elf_got_lo16_reloc()
1721 unsigned long hi16_addend, hi16_offset, hi16_value, uvalue; in score_elf_add_to_rel() local
[all …]
H A Delf32-score.c332 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
341 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_lo16_reloc()
342 hi16_offset = (uvalue >> 16) << 1; in score_elf_lo16_reloc()
345 offset = (uvalue & 0xffff) << 1; in score_elf_lo16_reloc()
615 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
624 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_got_lo16_reloc()
625 if ((uvalue > -0x8000) && (uvalue < 0x7fff)) in score_elf_got_lo16_reloc()
628 hi16_offset = (uvalue >> 16) & 0x7fff; in score_elf_got_lo16_reloc()
631 offset = (uvalue & 0xffff) << 1; in score_elf_got_lo16_reloc()
1851 unsigned long hi16_addend, hi16_offset, hi16_value, uvalue; in score_elf_add_to_rel() local
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-score7.c231 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
240 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_lo16_reloc()
241 hi16_offset = (uvalue >> 16) << 1; in score_elf_lo16_reloc()
244 offset = (uvalue & 0xffff) << 1; in score_elf_lo16_reloc()
518 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
527 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_got_lo16_reloc()
528 if ((uvalue > -0x8000) && (uvalue < 0x7fff)) in score_elf_got_lo16_reloc()
531 hi16_offset = (uvalue >> 16) & 0x7fff; in score_elf_got_lo16_reloc()
534 offset = (uvalue & 0xffff) << 1; in score_elf_got_lo16_reloc()
1721 unsigned long hi16_addend, hi16_offset, hi16_value, uvalue; in score_elf_add_to_rel() local
[all …]
H A Delf32-score.c332 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
341 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_lo16_reloc()
342 hi16_offset = (uvalue >> 16) << 1; in score_elf_lo16_reloc()
345 offset = (uvalue & 0xffff) << 1; in score_elf_lo16_reloc()
615 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
624 uvalue = ((hi16_offset << 16) | (offset & 0xffff)) + val; in score_elf_got_lo16_reloc()
625 if ((uvalue > -0x8000) && (uvalue < 0x7fff)) in score_elf_got_lo16_reloc()
628 hi16_offset = (uvalue >> 16) & 0x7fff; in score_elf_got_lo16_reloc()
631 offset = (uvalue & 0xffff) << 1; in score_elf_got_lo16_reloc()
1851 unsigned long hi16_addend, hi16_offset, hi16_value, uvalue; in score_elf_add_to_rel() local
[all …]
/netbsd-src/usr.bin/make/
H A Dparse.c1795 VarCheckSyntax(VarAssignOp op, const char *uvalue, GNode *scope) in VarCheckSyntax()
1798 if (op != VAR_SUBST && strchr(uvalue, '$') != NULL) { in VarCheckSyntax()
1799 char *parsedValue = Var_Subst(uvalue, in VarCheckSyntax()
1809 VarAssign_EvalSubst(GNode *scope, const char *name, const char *uvalue, in VarAssign_EvalSubst()
1826 evalue = Var_Subst(uvalue, scope, in VarAssign_EvalSubst()
1837 VarAssign_EvalShell(const char *name, const char *uvalue, GNode *scope, in VarAssign_EvalShell()
1843 cmd = FStr_InitRefer(uvalue); in VarAssign_EvalShell()
1869 VarAssign_Eval(const char *name, VarAssignOp op, const char *uvalue, in VarAssign_Eval()
1872 FStr avalue = FStr_InitRefer(uvalue); in VarAssign_Eval()
1875 Var_AppendExpand(scope, name, uvalue); in VarAssign_Eval()
1794 VarCheckSyntax(VarAssignOp op,const char * uvalue,GNode * scope) VarCheckSyntax() argument
1808 VarAssign_EvalSubst(GNode * scope,const char * name,const char * uvalue,FStr * out_avalue) VarAssign_EvalSubst() argument
1836 VarAssign_EvalShell(const char * name,const char * uvalue,GNode * scope,FStr * out_avalue) VarAssign_EvalShell() argument
1868 VarAssign_Eval(const char * name,VarAssignOp op,const char * uvalue,GNode * scope,FStr * out_true_avalue) VarAssign_Eval() argument
[all...]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-opc.c1720 uint64_t uvalue, mask; in operand_general_constraint_met_p() local
2961 uvalue = opnd->imm.value; in operand_general_constraint_met_p()
2981 if (shift == 0 && (uvalue & 0xff) == 0) in operand_general_constraint_met_p()
2984 uvalue = (int64_t) uvalue / 256; in operand_general_constraint_met_p()
2988 if ((uvalue & mask) != uvalue && (uvalue | ~mask) != uvalue) in operand_general_constraint_met_p()
2994 uvalue = (uvalue - min_value) & mask; in operand_general_constraint_met_p()
2995 if (uvalue > 0xff) in operand_general_constraint_met_p()
5666 aarch64_sve_dupm_mov_immediate_p (uint64_t uvalue, int esize) in aarch64_sve_dupm_mov_immediate_p() argument
5668 int64_t svalue = uvalue; in aarch64_sve_dupm_mov_immediate_p()
5671 if ((uvalue & ~upper) != uvalue && (uvalue | upper) != uvalue) in aarch64_sve_dupm_mov_immediate_p()
[all …]
/netbsd-src/external/mit/lua/dist/src/
H A Dlapi.c439 case LUA_VUSERDATA: return uvalue(o)->len; in lua_rawlen()
457 case LUA_TUSERDATA: return getudatamem(uvalue(o)); in touserdata()
796 mt = uvalue(obj)->metatable; in lua_getmetatable()
818 if (n <= 0 || n > uvalue(o)->nuvalue) { in lua_getiuservalue()
823 setobj2s(L, L->top.p, &uvalue(o)->uv[n - 1].uv); in lua_getiuservalue()
965 uvalue(obj)->metatable = mt; in lua_setmetatable()
967 luaC_objbarrier(L, uvalue(obj), mt); in lua_setmetatable()
990 if (!(cast_uint(n) - 1u < cast_uint(uvalue(o)->nuvalue))) in lua_setiuservalue()
993 setobj(L, &uvalue(o)->uv[n - 1].uv, s2v(L->top.p - 1)); in lua_setiuservalue()
H A Dltm.c87 mt = uvalue(o)->metatable; in luaT_gettmbyobj()
103 (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) { in luaT_objtypename()
H A Dlvm.c636 if (uvalue(t1) == uvalue(t2)) return 1;
638 tm = fasttm(L, uvalue(t1)->metatable, TM_EQ);
640 tm = fasttm(L, uvalue(t2)->metatable, TM_EQ);
H A Dlobject.h449 #define uvalue(o) check_exp(ttisfulluserdata(o), gco2u(val_(o).gc)) macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.c1474 uint64_t uvalue, mask; in operand_general_constraint_met_p() local
2446 uvalue = opnd->imm.value; in operand_general_constraint_met_p()
2466 if (shift == 0 && (uvalue & 0xff) == 0) in operand_general_constraint_met_p()
2469 uvalue = (int64_t) uvalue / 256; in operand_general_constraint_met_p()
2473 if ((uvalue & mask) != uvalue && (uvalue | ~mask) != uvalue) in operand_general_constraint_met_p()
2479 uvalue = (uvalue - min_value) & mask; in operand_general_constraint_met_p()
2480 if (uvalue > 0xff) in operand_general_constraint_met_p()
5880 aarch64_sve_dupm_mov_immediate_p (uint64_t uvalue, int esize) in aarch64_sve_dupm_mov_immediate_p() argument
5882 int64_t svalue = uvalue; in aarch64_sve_dupm_mov_immediate_p()
5885 if ((uvalue & ~upper) != uvalue && (uvalue | upper) != uvalue) in aarch64_sve_dupm_mov_immediate_p()
[all …]
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.h134 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue);
140 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue);
H A Dimath.c435 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue) { in mp_int_init_uvalue() argument
437 mp_digit vbuf[MP_VALUE_DIGITS(uvalue)]; in mp_int_init_uvalue()
439 s_ufake(&vtmp, uvalue, vbuf); in mp_int_init_uvalue()
451 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue) { in mp_int_set_uvalue() argument
453 mp_digit vbuf[MP_VALUE_DIGITS(uvalue)]; in mp_int_set_uvalue()
455 s_ufake(&vtmp, uvalue, vbuf); in mp_int_set_uvalue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c3748 unsigned int uvalue = (unsigned int) value; in csky_output_inline_const() local
3791 dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3796 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3801 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3806 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3811 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3816 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3821 ivalue, uvalue); in csky_output_inline_const()
3826 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3831 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc3911 unsigned int uvalue = (unsigned int) value; in csky_output_inline_const() local
3954 dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3959 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3964 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3969 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3974 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3979 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3984 ivalue, uvalue); in csky_output_inline_const()
3989 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
3994 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc738 unsigned HOST_WIDE_INT uvalue = (unsigned HOST_WIDE_INT)value; in gen_int_relational() local
744 (uvalue + p_info->const_add > uvalue) : in gen_int_relational()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c728 unsigned HOST_WIDE_INT uvalue = (unsigned HOST_WIDE_INT)value; in gen_int_relational() local
734 (uvalue + p_info->const_add > uvalue) : in gen_int_relational()

12