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

  /bionic/libc/arch-mips/string/
memcmp.c 62 typedef unsigned long reg_t; typedef
65 reg_t B0:8, B1:8, B2:8, B3:8;
70 typedef unsigned long long reg_t; typedef
73 reg_t B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
81 reg_t v;
89 static int __attribute__ ((noinline)) do_by_bitfields (reg_t a, reg_t b)
135 reg_t uli;
139 static int unaligned_words (const struct ulw *a, const reg_t *b,
144 const reg_t *pref_ptr = (const reg_t *) (((uintptr_t) b + 31) & ~31)
    [all...]
memcpy.c 62 typedef unsigned long reg_t; typedef
65 reg_t B0:8, B1:8, B2:8, B3:8;
68 typedef unsigned long long reg_t; typedef
71 reg_t B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
77 reg_t v;
114 bw.v = *((reg_t*) b);
142 reg_t uli;
147 unaligned_words (struct ulw *a, const reg_t * b,
157 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3];
158 reg_t y4 = b[4], y5 = b[5], y6 = b[6], y7 = b[7]
    [all...]
memmove.c 62 typedef unsigned long reg_t; typedef
65 reg_t B0:8, B1:8, B2:8, B3:8;
68 typedef unsigned long long reg_t; typedef
71 reg_t B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
77 reg_t v;
129 bw.v = *((reg_t*) b);
157 reg_t uli;
162 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; \
163 reg_t y4 = b[4], y5 = b[5], y6 = b[6], y7 = b[7]; \
176 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3];
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 206 struct reg_t { struct in class:android::GGLAssembler
207 reg_t() : reg(-1), flags(0) { function in struct:android::GGLAssembler::reg_t
209 reg_t(int r, int f=0) // NOLINT, implicit function in struct:android::GGLAssembler::reg_t
219 struct integer_t : public reg_t {
220 integer_t() : reg_t(), s(0) {
223 : reg_t(r, f), s(sz) {
226 reg_t::setTo(r, f); s=sz;
232 struct pixel_t : public reg_t {
233 pixel_t() : reg_t() {
237 : reg_t(r, f), format(*fmt)
    [all...]
GGLAssembler.cpp 263 parts.dither = reg_t(regs.obtain());
415 parts.z = reg_t(obtainReg());
437 init_textures(parts.coords, reg_t(Rx), reg_t(Ry));
441 init_iterated_color(parts, reg_t(Rx));
    [all...]
texturing.cpp 41 void GGLAssembler::init_iterated_color(fragment_parts_t& parts, const reg_t& x)
324 const reg_t& x, const reg_t& y)
358 reg_t& s = coords[i].s;
359 reg_t& t = coords[i].t;
447 reg_t& s = parts.coords[i].s;
448 reg_t& t = parts.coords[i].t;
    [all...]
load_store.cpp 233 pixel_t& d, int component, component_t s, const reg_t& dither)
  /external/brotli/c/dec/
port.h 106 #define reg_t uint64_t macro
108 #define reg_t uint32_t macro
146 static BROTLI_INLINE reg_t BrotliRBit(reg_t input) {
147 reg_t output;
huffman.c 25 ((sizeof(reg_t) << 3) - BROTLI_REVERSE_BITS_MAX)
65 ((reg_t)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
70 static BROTLI_INLINE reg_t BrotliReverseBits(reg_t num) {
109 reg_t key; /* prefix code */
110 reg_t key_step; /* prefix code addend */
147 for (key = 0; key < (reg_t)table_size; ++key) {
179 reg_t key; /* prefix code */
180 reg_t key_step; /* prefix code addend */
181 reg_t sub_key; /* 2nd level table prefix code *
    [all...]
bit_reader.h 21 #define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(reg_t) >> 1)
45 reg_t val_; /* pre-fetched bits */
52 reg_t val_;
235 static BROTLI_INLINE reg_t BrotliGetBitsUnmasked(BrotliBitReader* const br) {
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
disasm-a3xx.c 71 static void print_reg(reg_t reg, bool full, bool r, bool c, bool im,
114 static void print_reg_dst(reg_t reg, bool full, bool addr_rel)
119 static void print_reg_src(reg_t reg, bool full, bool r, bool c, bool im,
130 reg_t reg;
182 if ((cat1->src_type == TYPE_S16) && (((reg_t)cat1->dst).num == REG_A0)) {
200 print_reg_dst((reg_t)(cat1->dst), type_size(cat1->dst_type) == 32,
225 print_reg_src((reg_t)(cat1->src), type_size(cat1->src_type) == 32,
260 print_reg_dst((reg_t)(cat2->dst), cat2->full ^ cat2->dst_half, false);
264 print_reg_src((reg_t)(cat2->c1.src1), cat2->full, cat2->src1_r,
268 print_reg_src((reg_t)(cat2->rel1.src1), cat2->full, cat2->src1_r
    [all...]
instr-a3xx.h 277 } reg_t; typedef in typeref:union:PACKED
283 static inline int reg_special(reg_t reg)
ir3.c 84 reg_t val = { .dummy32 = 0 };
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-armv8.pl 64 $reg_t="x";
73 $reg_t="w";
80 @X=map("$reg_t$_",(3..15,0..2));
81 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27));
82 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
  /external/lz4/lib/
lz4.c 155 typedef U64 reg_t; /* 64-bits in x32 mode */ typedef
157 typedef size_t reg_t; /* 32-bits in x32 mode */ typedef
175 static reg_t LZ4_read_ARCH(const void* memPtr) { return *(const reg_t*) memPtr; }
184 typedef union { U16 u16; U32 u32; reg_t uArch; } __attribute__((packed)) unalign;
188 static reg_t LZ4_read_ARCH(const void* ptr) { return ((const unalign*)ptr)->uArch; }
205 static reg_t LZ4_read_ARCH(const void* memPtr)
207 reg_t val; memcpy(&val, memPtr, sizeof(val)); return val;
292 static unsigned LZ4_NbCommonBytes (register reg_t val)
350 #define STEPSIZE sizeof(reg_t)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
bfin-defs.h 339 typedef long reg_t; typedef
344 reg_t regno; /* Register ID as defined in machine_registers. */
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 2891 HChar reg_t = Q ? 'q' : 'd'; local
3180 HChar reg_t = Q ? 'q' : 'd'; local
3245 HChar reg_t = Q ? 'q' : 'd'; local
3351 HChar reg_t = Q ? 'q' : 'd'; local
3365 HChar reg_t = Q ? 'q' : 'd'; local
3380 HChar reg_t = Q ? 'q' : 'd'; local
3392 HChar reg_t = Q ? 'q' : 'd'; local
3399 HChar reg_t = Q ? 'q' : 'd'; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp 3012 const GLuint reg_t = reg_y + reg_h; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 3748 union reg_t { union
    [all...]

Completed in 487 milliseconds