Searched refs:imm (Results 1 - 25 of 248) sorted by relevance

12345678910

/external/valgrind/none/tests/mips64/
H A Dlogical_instructions.stdout.exp513 andi $t0, $t1, 0xff :: rt 0x0, rs 0x0, imm 0x00ff
514 andi $t2, $t3, 0xffff :: rt 0x0, rs 0x0, imm 0xffff
515 andi $a0, $a1, 0x0 :: rt 0x0, rs 0x0, imm 0x0000
516 andi $s0, $s1, 0x23 :: rt 0x0, rs 0x0, imm 0x0023
517 andi $t0, $t1, 0xff :: rt 0xaa, rs 0x12bd6aa, imm 0x00ff
518 andi $t2, $t3, 0xffff :: rt 0xd6aa, rs 0x12bd6aa, imm 0xffff
519 andi $a0, $a1, 0x0 :: rt 0x0, rs 0x12bd6aa, imm 0x0000
520 andi $s0, $s1, 0x23 :: rt 0x22, rs 0x12bd6aa, imm 0x0023
521 andi $t0, $t1, 0xff :: rt 0x0, rs 0x0, imm 0x00ff
522 andi $t2, $t3, 0xffff :: rt 0x0, rs 0x0, imm
[all...]
H A Dmacro_int.h19 #define TEST2(instruction, RSval, imm, RT, RS) \
31 printf("%s :: rt 0x%llx, rs 0x%llx, imm 0x%04x\n", \
32 instruction, out, (long long) RSval, imm); \
91 #define TEST6(instruction, imm, RT) \
101 printf("%s :: rt 0x%llx, imm 0x%04x\n", \
102 instruction, out, imm); \
/external/clang/lib/Headers/
H A Df16cintrin.h34 #define _mm_cvtps_ph(a, imm) __extension__ ({ \
35 (__m128i)__builtin_ia32_vcvtps2ph((__v4sf)(__m128)(a), (imm)); })
H A Drtmintrin.h55 #define _xabort(imm) __builtin_ia32_xabort((imm))
H A Demmintrin.h839 #define _mm_slli_si128(a, imm) __extension__ ({ \
842 ((imm)&0xF0) ? 0 : 16 - ((imm)&0xF), \
843 ((imm)&0xF0) ? 0 : 17 - ((imm)&0xF), \
844 ((imm)&0xF0) ? 0 : 18 - ((imm)&0xF), \
845 ((imm)&0xF0) ? 0 : 19 - ((imm)&0xF), \
846 ((imm)
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparc.h117 inline static unsigned HI22(int64_t imm) { argument
118 return (unsigned)((imm >> 10) & ((1 << 22)-1));
121 inline static unsigned LO10(int64_t imm) { argument
122 return (unsigned)(imm & 0x3FF);
125 inline static unsigned HIX22(int64_t imm) { argument
126 return HI22(~imm);
129 inline static unsigned LOX10(int64_t imm) { argument
130 return ~LO10(~imm);
/external/pcre/dist/sljit/
H A DsljitNativePPC_32.c29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm) argument
31 if (imm <= SIMM_MAX && imm >= SIMM_MIN)
32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm));
34 if (!(imm & ~0xffff))
35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm));
37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16)));
38 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS;
101 return push_inst(compiler, ADDI | D(dst) | A(src1) | compiler->imm);
[all...]
H A DsljitNativePPC_64.c44 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm) argument
51 if (imm <= SIMM_MAX && imm >= SIMM_MIN)
52 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm));
54 if (!(imm & ~0xffff))
55 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm));
57 if (imm <= 0x7fffffffl && imm >= -0x80000000l) {
58 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16)));
59 return (imm
[all...]
H A DsljitNativeARM_T2_32.c57 #define IMM3(imm) (imm << 6)
58 #define IMM8(imm) (imm)
76 #define IMM5(imm) \
77 (COPY_BITS(imm, 2, 12, 3) | ((imm & 0x3) << 6))
78 #define IMM12(imm) \
79 (COPY_BITS(imm, 11, 26, 1) | COPY_BITS(imm,
206 emit_imm32_const(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm) argument
428 get_imm(sljit_uw imm) argument
477 load_immediate(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm) argument
517 sljit_uw imm, nimm; local
1568 sljit_uw imm; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.h66 lp_build_shl_imm(struct lp_build_context *bld, LLVMValueRef a, unsigned imm);
69 lp_build_shr_imm(struct lp_build_context *bld, LLVMValueRef a, unsigned imm);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h55 struct tgsi_full_immediate *imm);
77 const struct tgsi_full_immediate *imm);
H A Dtgsi_dump.h58 const struct tgsi_full_immediate *imm );
H A Dtgsi_iterate.h57 struct tgsi_full_immediate *imm );
H A Dtgsi_parse.c148 struct tgsi_full_immediate *imm = &ctx->FullToken.FullImmediate; local
151 memset(imm, 0, sizeof *imm);
152 copy_token(&imm->Immediate, &token);
154 imm_count = imm->Immediate.NrTokens - 1;
156 switch (imm->Immediate.DataType) {
159 next_token(ctx, &imm->u[i].Float);
165 next_token(ctx, &imm->u[i].Uint);
171 next_token(ctx, &imm->u[i].Int);
/external/v8/src/crankshaft/arm64/
H A Ddelayed-masm-arm64-inl.h38 void DelayedMasm::Fmov(FPRegister fd, double imm) { argument
40 __ Fmov(fd, imm);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c142 struct ureg_src imm = ureg_imm4f( ureg, 0, 0, 0, 1 ); local
144 ureg_MOV( ureg, out, imm );
185 struct ureg_src imm; local
205 imm = ureg_imm4f( ureg, 0, 0, 0, 1 );
207 ureg_MOV( ureg, out, imm );
231 struct ureg_src imm; local
256 imm = ureg_imm4f( ureg, 0, 0, 0, 1 );
258 ureg_MOV( ureg, out, imm );
285 struct ureg_src imm; local
305 imm
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h202 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm );
203 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm );
204 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm );
205 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm );
206 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm );
207 void x86_xor_imm( struct x86_function *p, struct x86_reg dst, int imm );
208 void x86_cmp_imm( struct x86_function *p, struct x86_reg dst, int imm );
255 void sse2_psllw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
256 void sse2_pslld_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
257 void sse2_psllq_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
[all...]
H A Drtasm_ppc.h224 ppc_vspltb(struct ppc_function *p, uint vD, uint vB, uint imm);
228 ppc_vsplthw(struct ppc_function *p, uint vD, uint vB, uint imm);
232 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm);
236 ppc_vspltisw(struct ppc_function *p, uint vD, int imm);
252 ppc_addi(struct ppc_function *p, uint rt, uint ra, int imm);
255 ppc_addis(struct ppc_function *p, uint rt, uint ra, int imm);
261 ppc_andi(struct ppc_function *p, uint rt, uint ra, int imm);
267 ppc_ori(struct ppc_function *p, uint rt, uint ra, int imm);
273 ppc_xori(struct ppc_function *p, uint rt, uint ra, int imm);
279 ppc_li(struct ppc_function *p, uint rt, int imm);
[all...]
/external/vixl/src/vixl/
H A Dutils.cc130 unsigned CountClearHalfWords(uint64_t imm, unsigned reg_size) { argument
134 if ((imm & 0xffff) == 0) {
137 imm >>= 16;
/external/llvm/test/MC/X86/
H A Dcompact-unwind.s23 subq $14408, %rsp ## imm = 0x3848
31 addq $14408, %rsp ## imm = 0x3848
53 subq $408, %rsp ## imm = 0x198
61 addq $408, %rsp ## imm = 0x198
H A Dhex-immediates.s1 # RUN: llvm-mc -filetype=obj %s -triple=x86_64-apple-darwin9 | llvm-objdump -d --print-imm-hex - | FileCheck %s
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_copy_propagation.cpp79 value.imm.f = fabs(value.imm.f);
81 if (value.imm.i < 0)
82 value.imm.i = -value.imm.i;
88 value.imm.f = -value.imm.f;
90 value.imm.u = -value.imm.u;
H A Dbrw_eu.h391 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_F);
392 imm.dw1.f = f;
393 return imm;
399 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_D);
400 imm.dw1.d = d;
401 return imm;
407 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_UD);
408 imm.dw1.ud = ud;
409 return imm;
415 struct brw_reg imm
[all...]
/external/boringssl/src/crypto/perlasm/
H A Dx86asm.pl87 { my($dst,$src,$imm)=@_;
89 { &::data_byte(0x66,0x0f,0x3a,0x16,0xc0|($2<<3)|$regrm{$1},$imm); }
95 { my($dst,$src,$imm)=@_;
97 { &::data_byte(0x66,0x0f,0x3a,0x22,0xc0|($1<<3)|$regrm{$2},$imm); }
111 { my($dst,$src,$imm)=@_;
113 { &::data_byte(0x66,0x0f,0x3a,0x0f,0xc0|($1<<3)|$2,$imm); }
119 { my($dst,$src,$imm)=@_;
121 { &::data_byte(0x66,0x0f,0x3a,0x44,0xc0|($1<<3)|$2,$imm); }
/external/v8/src/arm/
H A Dconstants-arm.cc27 uint64_t imm = high16 << 48; local
29 memcpy(&d, &imm, 8);

Completed in 655 milliseconds

12345678910