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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/intel/compiler/
brw_fs_combine_constants.cpp 101 struct imm { struct
142 struct imm *imm; member in struct:table
147 static struct imm *
151 if (table->imm[i].val == val) {
152 return &table->imm[i];
158 static struct imm *
163 table->imm = reralloc(mem_ctx, table->imm, struct imm, table->size)
223 struct imm *imm = find_imm(&table, val); local
253 struct imm *imm = &table.imm[i]; local
273 struct imm *imm = &table.imm[i]; local
309 struct imm *imm = &table.imm[i]; local
    [all...]
brw_reg.h 254 const bool df = a->type == BRW_REGISTER_TYPE_DF && a->file == IMM;
587 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_DF);
588 imm.df = df;
589 return imm;
595 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_F);
596 imm.f = f;
597 return imm;
604 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_Q);
605 imm.d64 = q;
606 return imm;
    [all...]
  /external/llvm/test/MC/AsmParser/
macro-irp.s 11 .irp imm,4,3,5
12 addl \reg, \imm
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
macro-irp.s 11 .irp imm,4,3,5
12 addl \reg, \imm
  /external/llvm/test/MC/X86/
imm-comments.s 20 # CHECK: movw $32767, %ax # imm = 0x7FFF
21 # CHECK: movw $-32768, %ax # imm = 0x8000
23 # CHECK: movl $2147483647, %eax # imm = 0x7FFFFFFF
24 # CHECK: movl $-2147483648, %eax # imm = 0x80000000
26 # CHECK: movabsq $9223372036854775807, %rax # imm = 0x7FFFFFFFFFFFFFFF
27 # CHECK: movabsq $-9223372036854775808, %rax # imm = 0x8000000000000000
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
imm-comments.s 20 # CHECK: movw $32767, %ax # imm = 0x7FFF
21 # CHECK: movw $-32768, %ax # imm = 0x8000
23 # CHECK: movl $2147483647, %eax # imm = 0x7FFFFFFF
24 # CHECK: movl $-2147483648, %eax # imm = 0x80000000
26 # CHECK: movabsq $9223372036854775807, %rax # imm = 0x7FFFFFFFFFFFFFFF
27 # CHECK: movabsq $-9223372036854775808, %rax # imm = 0x8000000000000000
  /external/clang/lib/Headers/
f16cintrin.h 59 /// unsigned short _cvtss_sh(float a, const int imm);
67 /// \param imm
75 #define _cvtss_sh(a, imm) \
77 (imm)))[0]))
85 /// __m128i _mm_cvtps_ph(__m128 a, const int imm);
92 /// \param imm
102 #define _mm_cvtps_ph(a, imm) \
103 ((__m128i)__builtin_ia32_vcvtps2ph((__v4sf)(__m128)(a), (imm)))
avx2intrin.h 498 #define _mm256_shuffle_epi32(a, imm) __extension__ ({ \
501 0 + (((imm) >> 0) & 0x3), \
502 0 + (((imm) >> 2) & 0x3), \
503 0 + (((imm) >> 4) & 0x3), \
504 0 + (((imm) >> 6) & 0x3), \
505 4 + (((imm) >> 0) & 0x3), \
506 4 + (((imm) >> 2) & 0x3), \
507 4 + (((imm) >> 4) & 0x3), \
508 4 + (((imm) >> 6) & 0x3)); })
510 #define _mm256_shufflehi_epi16(a, imm) __extension__ ({
    [all...]
avx512bwintrin.h     [all...]
rtmintrin.h 55 #define _xabort(imm) __builtin_ia32_xabort((imm))
  /external/vixl/src/aarch32/
instructions-aarch32.cc 605 ImmediateT32::ImmediateT32(uint32_t imm) {
607 if ((imm & ~0xff) == 0) {
608 SetEncodingValue(imm);
611 if ((imm >> 16) == (imm & 0xffff)) {
612 if ((imm & 0xff00) == 0) {
614 SetEncodingValue((imm & 0xff) | (0x1 << 8));
617 if ((imm & 0xff) == 0) {
619 SetEncodingValue(((imm >> 8) & 0xff) | (0x2 << 8));
622 if (((imm >> 8) & 0xff) == (imm & 0xff))
    [all...]
  /external/v8/src/wasm/
wasm-text.cc 103 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i,
106 if (imm.type == kWasmVar) {
107 os << " (type " << imm.sig_index << ")";
108 } else if (imm.out_arity() > 0) {
109 os << " " << ValueTypes::TypeName(imm.out_type(0));
116 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc());
117 os << WasmOpcodes::OpcodeName(opcode) << ' ' << imm.depth;
128 BranchTableImmediate<Decoder::kNoValidate> imm(&i, i.pc());
129 BranchTableIterator<Decoder::kNoValidate> iterator(&i, imm);
135 CallIndirectImmediate<Decoder::kNoValidate> imm(&i, i.pc())
    [all...]
function-body-decoder-impl.h 380 const BranchTableImmediate<validate>& imm)
382 start_(imm.start),
383 pc_(imm.table),
384 table_count_(imm.table_count) {}
628 F(GetLocal, Value* result, const LocalIndexImmediate<validate>& imm) \
629 F(SetLocal, const Value& value, const LocalIndexImmediate<validate>& imm) \
631 const LocalIndexImmediate<validate>& imm) \
632 F(GetGlobal, Value* result, const GlobalIndexImmediate<validate>& imm) \
633 F(SetGlobal, const Value& value, const GlobalIndexImmediate<validate>& imm) \
639 F(BrTable, const BranchTableImmediate<validate>& imm, const Value& key)
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_32.c 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm)
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)))
    [all...]
sljitNativePPC_64.c 44 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm)
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)
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ImeAwareEditText.java 70 final InputMethodManager imm = local
72 imm.showSoftInput(this, 0);
78 final InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); local
79 if (imm.isActive(this)) {
84 imm.showSoftInput(this, 0);
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ImeAwareEditText.java 70 final InputMethodManager imm = local
72 imm.showSoftInput(this, 0);
78 final InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); local
79 if (imm.isActive(this)) {
84 imm.showSoftInput(this, 0);
  /external/capstone/arch/Mips/
MipsInstPrinter.c 206 int64_t imm = MCOperand_getImm(Op); local
208 if (imm) { // only print Imm offset if it is not 0
209 if (imm >= 0) {
210 if (imm > HEX_THRESHOLD)
211 SStream_concat(O, "0x%"PRIx64, imm);
213 SStream_concat(O, "%"PRIu64, imm);
215 if (imm < -HEX_THRESHOLD)
216 SStream_concat(O, "-0x%"PRIx64, -imm);
218 SStream_concat(O, "-%"PRIu64, -imm);
249 int64_t imm = MCOperand_getImm(MO); local
274 uint8_t imm = (uint8_t)MCOperand_getImm(MO); local
    [all...]
  /external/iproute2/include/
bpf_util.h 76 .imm = 0 })
84 .imm = 0 })
88 #define BPF_ALU64_IMM(OP, DST, IMM) \
94 .imm = IMM })
96 #define BPF_ALU32_IMM(OP, DST, IMM) \
102 .imm = IMM })
112 .imm = 0 })
120 .imm = 0 }
    [all...]
  /external/llvm/lib/Target/Sparc/
Sparc.h 150 inline static unsigned HI22(int64_t imm) {
151 return (unsigned)((imm >> 10) & ((1 << 22)-1));
154 inline static unsigned LO10(int64_t imm) {
155 return (unsigned)(imm & 0x3FF);
158 inline static unsigned HIX22(int64_t imm) {
159 return HI22(~imm);
162 inline static unsigned LOX10(int64_t imm) {
163 return ~LO10(~imm);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
Sparc.h 150 inline static unsigned HI22(int64_t imm) {
151 return (unsigned)((imm >> 10) & ((1 << 22)-1));
154 inline static unsigned LO10(int64_t imm) {
155 return (unsigned)(imm & 0x3FF);
158 inline static unsigned HIX22(int64_t imm) {
159 return HI22(~imm);
162 inline static unsigned LOX10(int64_t imm) {
163 return ~LO10(~imm);
  /external/bcc/src/cc/
libbpf.h 133 .imm = 0 })
141 .imm = 0 })
145 #define BPF_ALU64_IMM(OP, DST, IMM) \
151 .imm = IMM })
153 #define BPF_ALU32_IMM(OP, DST, IMM) \
159 .imm = IMM })
169 .imm = 0 })
173 #define BPF_MOV64_IMM(DST, IMM) \
    [all...]
  /external/capstone/arch/X86/
X86ATTInstPrinter.c 166 int64_t Imm = MCOperand_getImm(MCInst_getOperand(MI, Op)) & 7;
167 switch (Imm) {
190 int64_t Imm = MCOperand_getImm(MCInst_getOperand(MI, Op)) & 0x1f;
191 switch (Imm) {
230 int64_t Imm = MCOperand_getImm(MCInst_getOperand(MI, Op)) & 0x3;
231 switch (Imm) {
252 int64_t imm = MCOperand_getImm(Op); local
253 if (imm < 0) {
254 if (imm < -HEX_THRESHOLD)
255 SStream_concat(O, "$-0x%"PRIx64, -imm);
408 int64_t imm = MCOperand_getImm(DispSpec); local
457 int64_t imm = MCOperand_getImm(Op) + MI->flat_insn->size + MI->address; local
514 int64_t imm = MCOperand_getImm(Op); local
    [all...]
  /external/capstone/bindings/python/capstone/
mips.py 17 ('imm', ctypes.c_int64),
28 def imm(self): member in class:MipsOp
29 return self.value.imm
systemz.py 19 ('imm', ctypes.c_int64),
30 def imm(self): member in class:SyszOp
31 return self.value.imm

Completed in 1499 milliseconds

1 2 3 4 5 6 7 8 91011>>