HomeSort by relevance Sort by last modified time
    Searched defs:sign_extend (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
pdp11-dis.c 35 #define sign_extend(x) (((x) << SIGN_BITS) >> SIGN_BITS) macro
107 print_signed_octal (sign_extend (data), info);
151 bfd_vma address = *memaddr + sign_extend (disp);
163 print_signed_octal (sign_extend (disp), info);
314 bfd_vma address = memaddr + (sign_extend (displ) >> 7);
ns32k-dis.c 325 sign_extend (int value, int bits)
380 Ivalue = sign_extend (Ivalue, 7);
386 Ivalue = sign_extend (Ivalue2, 14);
392 Ivalue = sign_extend (Ivalue, 30);
541 Ivalue = sign_extend (Ivalue, 8);
549 Ivalue = sign_extend (Ivalue, 16);
640 Ivalue = sign_extend (Ivalue, 4);
322 sign_extend (int value, int bits) function
aarch64-dis.c 152 sign_extend (aarch64_insn value, unsigned i)
593 imm = sign_extend (imm, get_operand_fields_width (self) - 1);
900 info->addr.offset.imm = sign_extend (imm, fields[self->fields[0]].width - 1);
150 sign_extend (aarch64_insn value, unsigned i) function
    [all...]
metag-dis.c 98 sign_extend (int n, unsigned int bits) function
487 offset = sign_extend (offset, GET_SET_IMM_BITS);
563 offset = sign_extend (offset, GET_SET_EXT_IMM_BITS);
625 offset = sign_extend (offset, GET_SET_IMM_BITS);
1077 value = sign_extend (value, IMM16_BITS);
1158 value = sign_extend (value, IMM19_BITS);
1269 value = sign_extend (value, IMM16_BITS);
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderBitfieldOperationTests.cpp 971 GLuint sign_extend = output_9bits & 0x100 ? 0xfffffe00 : 0; local
972 output = output_9bits | sign_extend;
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_bptc.c 702 sign_extend(int32_t value, function
796 value = sign_extend(endpoints[endpoint][component],
808 value = sign_extend(endpoints[endpoint][component],
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
libhppa.h 159 static inline int sign_extend (int, int) ATTRIBUTE_UNUSED;
177 /* The *sign_extend functions are used to assemble various bitfields
182 sign_extend (int x, int len) function
  /toolchain/binutils/binutils-2.27/gold/
reloc.h 1073 sign_extend(uint64_t val) function in class:gold::Bits
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.c 1972 unsigned int sign_extend = 0; local
2299 unsigned int sign_extend = 0; local
2971 unsigned int sign_extend = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
tilegx.h 735 sign_extend(int n, int num_bits) function
tilepro.h 922 sign_extend(int n, int num_bits) function
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX-encoder.c 1609 sign_extend(int n, int num_bits) function
    [all...]

Completed in 482 milliseconds