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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 50 typedef N_word *wordptr; typedef
117 typedef wordptr *listptr;
147 /*@only@*/ wordptr BitVector_Create (N_int bits, boolean clear); /* malloc */
152 wordptr BitVector_Resize (wordptr oldaddr, N_int bits); /* realloc */
155 wordptr BitVector_Shadow (wordptr addr); /* make new same size but empty */
157 wordptr BitVector_Clone (wordptr addr); /* make exact duplicate */
160 wordptr BitVector_Concat (wordptr X, wordptr Y); /* return concatenation *
    [all...]
bitvect.c 129 static wordptr BITMASKTAB;
180 static void BIT_VECTOR_zro_words(wordptr addr, N_word count)
185 static void BIT_VECTOR_cpy_words(wordptr target, wordptr source, N_word count)
190 static void BIT_VECTOR_mov_words(wordptr target, wordptr source, N_word count)
199 static void BIT_VECTOR_ins_words(wordptr addr, N_word total, N_word count,
213 static void BIT_VECTOR_del_words(wordptr addr, N_word total, N_word count,
370 BITMASKTAB = (wordptr) yasm_xmalloc((size_t) (BITS << FACTOR));
440 void BitVector_Destroy(wordptr addr) /* free bitvec *
    [all...]
intnum.c 46 wordptr bv; /* bit vector (for integers >=32 bits) */
52 static /*@only@*/ wordptr conv_bv;
55 static /*@only@*/ wordptr result, spare, op1static, op2static;
87 intnum_frombv(/*@out@*/ yasm_intnum *intn, wordptr bv)
115 static wordptr
116 intnum_tobv(/*@returned@*/ wordptr bv, const yasm_intnum *intn)
425 wordptr op1, op2 = NULL;
615 wordptr op1, op2;
779 wordptr op1 = op1static, op2;
843 wordptr val
    [all...]
floatnum.c 51 /*@only@*/ wordptr mantissa; /* Allocated to MANT_BITS bits */
235 wordptr product, op1, op2;
309 wordptr operand[2];
557 wordptr output;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86cpu.gperf 53 x86_cpu_intel(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
115 x86_cpu_ia64(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
145 x86_cpu_amd(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
191 x86_cpu_set(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
197 x86_cpu_clear(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
203 x86_cpu_set_sse4(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
210 x86_cpu_clear_sse4(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
217 x86_nop(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
233 void (*handler) (wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data);
412 wordptr new_cpu
    [all...]
x86arch.h 101 wordptr *cpu_enables;
x86id.c 309 wordptr cpu_enabled;
    [all...]
x86arch.c 62 arch_x86->cpu_enables = yasm_xmalloc(sizeof(wordptr));
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
bitvect_test.c 69 wordptr testval;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1216 uint16 *wordptr;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 403 milliseconds