HomeSort by relevance Sort by last modified time
    Searched refs:dword (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
rel64.s 3 .dword .Lfoo
got-dump-2.s 15 .dword undef
22 .dword 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dtpoffd1.s 8 .dword 0
12 .dword 0x73696854
14 .dword 0x61207369
16 .dword 0x55566699
abs32-1.s 18 .dword 0
20 .dword 0
22 .dword 0
24 .dword 0
26 .dword 0
diffexp-ovwr.s 11 .dword 0xf0+b-a-0xc5
20 .dword 0
22 .dword 1
rd-v32-i1.s 9 .dword 20021991
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
weakhid.s 9 .dword xweakhidobj
10 .dword xweakobj
11 .dword xregobj
expdref4.s 5 .dword expobj2
noov.s 3 .dword __Edata+0x40000000
7 .dword __Sdata+0x40000000
14 .dword 0
expdyn1.s 6 .dword 0
  /external/vulkan-validation-layers/libs/glm/gtx/
int_10_10_10_2.hpp 38 GLM_DEPRECATED GLM_FUNC_DECL dword uint10_10_10_2_cast(glm::vec4 const & v);
raw_data.hpp 62 //! Type for dword numbers.
64 typedef detail::uint32 dword; typedef in namespace:glm
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intelok.s 12 add eax, dword ptr [eax]
14 add dword ptr [eax], 1
23 addss xmm0, dword ptr [eax]
24 bound ax, dword ptr [ecx]
27 call dword ptr [eax]
30 cmps dword ptr [esi], es:[edi]
33 fadd dword ptr [eax]
39 fiadd dword ptr [eax]
41 fild dword ptr [eax]
44 fist dword ptr [eax
    [all...]
movbe.s 15 movbe ebx, dword ptr [ecx]
17 movbe dword ptr [ecx], ebx
x86-64-movbe.s 19 movbe ebx, dword ptr [rcx]
22 movbe dword ptr [rcx], ebx
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug_fp.c 207 print_src_reg(GLuint dword)
209 GLuint nr = (dword >> A2_SRC2_NR_SHIFT) & REG_NR_MASK;
210 GLuint type = (dword >> A2_SRC2_TYPE_SHIFT) & REG_TYPE_MASK;
212 print_reg_neg_swizzle(dword);
217 print_dest_reg(GLuint dword)
219 GLuint nr = (dword >> A0_DEST_NR_SHIFT) & REG_NR_MASK;
220 GLuint type = (dword >> A0_DEST_TYPE_SHIFT) & REG_TYPE_MASK;
222 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL)
225 if (dword & A0_DEST_CHANNEL_X)
227 if (dword & A0_DEST_CHANNEL_Y
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_batch.h 38 #define OUT_BATCH(dword) \
39 i915_winsys_batchbuffer_dword(i915->batch, dword)
i915_batchbuffer.h 51 unsigned dword)
53 *(unsigned *)batch->ptr = dword;
69 unsigned dword)
72 i915_winsys_batchbuffer_dword_unchecked(batch, dword);
  /external/libmpeg2/common/
impeg2_macros.h 41 #define MSW(dword) (dword >> 16)
42 #define LSW(dword) (dword & 0xFFFF)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
  /external/llvm/test/MC/X86/
intel-syntax-ambiguous.s 9 inc dword ptr [eax]
58 // CHECK: mov dword ptr eax, ebx
59 mov dword ptr eax, ebx
  /ndk/tests/device/test-yasm/jni/
print_hello.asm 11 mov [esp], dword fmt

Completed in 382 milliseconds

1 2 3 4 5 6 7 8 9