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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
inst-directive.s 0 // inst-directive.s Test file for AArch64 .inst directive.
5 .inst 0x3619194c
neon-vfp-reglist.s 4 .macro ldnstn_reg_list type inst index rep
5 \inst\()1\rep {v0.\type}\index, [x0]
8 \inst\()1 {v0.\type, v1.\type}\index, [x0]
9 \inst\()1 {v0.\type, v1.\type, v2.\type}\index, [x0]
10 \inst\()1 {v0.\type, v1.\type, v2.\type, v3.\type}\index, [x0]
14 \inst\()2\rep {v0.\type, v1.\type}\index, [x0]
16 \inst\()3\rep {v0.\type, v1.\type, v2.\type}\index, [x0]
18 \inst\()4\rep {v0.\type, v1.\type, v2.\type, v3.\type}\index, [x0]
25 ldnstn_reg_list type="8B", inst="ld" index="" rep=""
26 ldnstn_reg_list type="8B", inst="st" index="" rep="
    [all...]
  /external/llvm/test/MC/AArch64/
inst-directive-diagnostic.s 9 .inst
12 .inst 0x5e104020,
15 .inst .Label
18 .inst 0x5e104020 0x5e104020
inst-directive.s 6 .section .inst.aarch64_inst
12 .inst 0x5e104020
18 // CHECK-ASM: .inst 0x5e104020
21 // CHECK-OBJ: Name: .inst.aarch64_inst
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 3 struct rc_instruction * inst,
8 struct rc_instruction * inst,
12 struct rc_instruction * inst,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 21 static inline int16_t Control(instance_type* inst,
24 return WebRtcIsac_Control(inst, rate, framesize);
26 static inline int16_t ControlBwe(instance_type* inst,
30 return WebRtcIsac_ControlBwe(inst, rate_bps, frame_size_ms,
33 static inline int16_t Create(instance_type** inst) {
34 return WebRtcIsac_Create(inst);
36 static inline int DecodeInternal(instance_type* inst,
41 return WebRtcIsac_Decode(inst, encoded, len, decoded, speech_type);
43 static inline size_t DecodePlc(instance_type* inst,
46 return WebRtcIsac_DecodePlc(inst, decoded, num_lost_frames)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/aarch64/
unallocated-encoding.d 10 0: 0d0047de .inst 0x0d0047de ; undefined
11 4: 0d2047dd .inst 0x0d2047dd ; undefined
12 8: 0d0067dc .inst 0x0d0067dc ; undefined
13 c: 0d2067db .inst 0x0d2067db ; undefined
14 10: 0d008bde .inst 0x0d008bde ; undefined
15 14: 0d208bdd .inst 0x0d208bdd ; undefined
16 18: 0d00abdc .inst 0x0d00abdc ; undefined
17 1c: 0d20abdb .inst 0x0d20abdb ; undefined
18 20: 0d008fde .inst 0x0d008fde ; undefined
19 24: 0d208fdd .inst 0x0d208fdd ; undefine
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 23 static inline int16_t Control(instance_type* inst,
26 return WebRtcIsacfix_Control(inst, rate, framesize);
28 static inline int16_t ControlBwe(instance_type* inst,
32 return WebRtcIsacfix_ControlBwe(inst, rate_bps, frame_size_ms,
35 static inline int16_t Create(instance_type** inst) {
36 return WebRtcIsacfix_Create(inst);
38 static inline int DecodeInternal(instance_type* inst,
43 return WebRtcIsacfix_Decode(inst, encoded, len, decoded, speech_type);
45 static inline size_t DecodePlc(instance_type* inst,
48 return WebRtcIsacfix_DecodePlc(inst, decoded, num_lost_frames)
    [all...]
  /external/clang/test/Index/
cursor-ref-names.cpp 17 Sub inst; local
18 inst.func();
19 inst[1];
20 inst.operator[](1);
22 inst.Base<int>::operator[](1);
30 // CHECK: cursor-ref-names.cpp:17:9: VarDecl=inst:17:9 (Definition) Extent=[17:5 - 17:13]
35 // CHECK: cursor-ref-names.cpp:18:5: DeclRefExpr=inst:17:9 Extent=[18:5 - 18:9]
37 // CHECK: cursor-ref-names.cpp:19:5: DeclRefExpr=inst:17:9 Extent=[19:5 - 19:9]
41 // CHECK: cursor-ref-names.cpp:20:5: DeclRefExpr=inst:17:9 Extent=[20:5 - 20:9]
44 // CHECK: cursor-ref-names.cpp:22:5: DeclRefExpr=inst:17:9 Extent=[22:5 - 22:9
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
inst-po-2.s 7 .inst .L1
10 .inst.w 1
11 .inst.n 1
14 .inst 0xf000
15 .inst.n 1<<31
blx-bad.s 12 .inst 0xf7ffeff6
13 .inst 0xf7ffeff5
15 .inst 0xf7ffeff1
16 .inst 0xf7ffeff0
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.h 35 struct rc_instruction * inst,
40 struct rc_instruction * inst,
45 struct rc_instruction * inst,
50 struct rc_instruction * inst,
55 struct rc_instruction *inst,
60 struct rc_instruction * inst,
r500_fragprog.c 65 struct rc_instruction * inst; local
76 if (writer->ReaderCount > 1 || writer->Inst->IP < inst_if->IP) {
85 for (inst = writer->Inst; inst != inst_if; inst = inst->Next) {
87 rc_get_opcode_info(inst->U.I.Opcode);
132 switch(writer->Inst->U.I.Opcode) {
157 writer->Inst->U.I.Opcode = RC_OPCODE_SUB
374 uint32_t inst; local
    [all...]
radeon_program.c 57 struct rc_instruction * inst = c->Program.Instructions.Next; local
59 while(inst != &c->Program.Instructions) {
60 struct rc_instruction * current = inst;
63 inst = inst->Next;
81 struct rc_instruction * inst,
109 struct rc_instruction * inst; local
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst = inst->Next)
171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); local
195 struct rc_instruction * inst = rc_alloc_instruction(c); local
214 struct rc_instruction * inst; local
    [all...]
radeon_program_tex.h 36 struct rc_instruction * inst,
radeon_pair_translate.c 38 static void final_rewrite(struct rc_sub_instruction *inst)
42 switch(inst->Opcode) {
44 inst->SrcReg[2] = inst->SrcReg[1];
45 inst->SrcReg[1].File = RC_FILE_NONE;
46 inst->SrcReg[1].Swizzle = RC_SWIZZLE_1111;
47 inst->SrcReg[1].Negate = RC_MASK_NONE;
48 inst->Opcode = RC_OPCODE_MAD;
51 tmp = inst->SrcReg[2];
52 inst->SrcReg[2] = inst->SrcReg[0]
    [all...]
radeon_program_alu.c 197 static int is_dst_safe_to_reuse(struct rc_instruction *inst)
199 const struct rc_opcode_info *info = rc_get_opcode_info(inst->U.I.Opcode);
204 if (inst->U.I.DstReg.File != RC_FILE_TEMPORARY)
208 if (inst->U.I.SrcReg[i].File == RC_FILE_TEMPORARY &&
209 inst->U.I.SrcReg[i].Index == inst->U.I.DstReg.Index)
217 struct rc_instruction *inst)
221 if (is_dst_safe_to_reuse(inst))
222 tmp = inst->U.I.DstReg.Index;
226 return dstregtmpmask(tmp, inst->U.I.DstReg.WriteMask)
1241 struct rc_instruction * inst; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c 164 // if (gain <= inst->denoiseBound) {
165 // factor2 = 1.0 - 0.3 * (blim - inst->denoiseBound);
238 // sum of log2(i) from table index to inst->anaLen2 in Q5
252 // sum of log2(i)^2 from table index to inst->anaLen2 in Q2
303 static void UpdateNoiseEstimate(NoiseSuppressionFixedC* inst, int offset) {
311 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
312 inst->magnLen);
314 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
316 for (i = 0; i < inst->magnLen; i++) {
317 // inst->quantile[i]=exp(inst->lquantile[offset+i])
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 40 is_direct_copy(vec4_instruction *inst)
42 return (inst->opcode == BRW_OPCODE_MOV &&
43 !inst->predicate &&
44 inst->dst.file == GRF &&
45 !inst->saturate &&
46 !inst->dst.reladdr &&
47 !inst->src[0].reladdr &&
48 inst->dst.type == inst->src[0].type);
52 is_dominated_by_previous_instruction(vec4_instruction *inst)
241 vec4_instruction *inst = (vec4_instruction *)node; local
    [all...]
brw_fs_copy_propagation.cpp 35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry)
37 if (inst->src[arg].file != entry->dst.file ||
38 inst->src[arg].reg != entry->dst.reg ||
39 inst->src[arg].reg_offset != entry->dst.reg_offset) {
44 if (inst->conditional_mod &&
45 inst->src[arg].type == BRW_REGISTER_TYPE_UD &&
51 if (intel->gen == 6 && inst->is_math() &&
55 inst->src[arg].file = entry->src.file;
56 inst->src[arg].reg = entry->src.reg;
57 inst->src[arg].reg_offset = entry->src.reg_offset
    [all...]
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 34 src_regs_are_constant(const struct prog_instruction *inst, unsigned num_srcs)
39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT)
137 struct prog_instruction *const inst = &prog->Instructions[i]; local
139 switch (inst->Opcode) {
141 if (src_regs_are_constant(inst, 2)) {
146 get_value(prog, &inst->SrcReg[0], a);
147 get_value(prog, &inst->SrcReg[1], b);
154 inst->Opcode = OPCODE_MOV;
155 inst->SrcReg[0] = src_reg_for_vec4(prog, result);
157 inst->SrcReg[1].File = PROGRAM_UNDEFINED
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempStorage.java 33 private static TempStorage inst = null; field in class:TempStorage
40 if (inst != null) {
41 inst = (TempStorage) Class.forName(clazz).newInstance();
49 if (inst == null) {
50 inst = new SimpleTempStorage();
63 return inst;
66 public static void setInstance(TempStorage inst) {
67 if (inst == null) {
68 throw new NullPointerException("inst");
70 TempStorage.inst = inst
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.h 39 * - inst : a pointer to Encoder context that is created
45 int16_t WebRtcOpus_EncoderCreate(OpusEncInst** inst,
49 int16_t WebRtcOpus_EncoderFree(OpusEncInst* inst);
58 * - inst : Encoder context
69 int WebRtcOpus_Encode(OpusEncInst* inst,
81 * - inst : Encoder context
87 int16_t WebRtcOpus_SetBitRate(OpusEncInst* inst, int32_t rate);
95 * - inst : Encoder context
100 int16_t WebRtcOpus_SetPacketLossRate(OpusEncInst* inst, int32_t loss_rate);
112 * - inst : Encoder contex
    [all...]
opus_interface.c 44 int16_t WebRtcOpus_EncoderCreate(OpusEncInst** inst,
48 if (!inst)
80 *inst = state;
84 int16_t WebRtcOpus_EncoderFree(OpusEncInst* inst) {
85 if (inst) {
86 opus_encoder_destroy(inst->encoder);
87 free(inst->zero_counts);
88 free(inst);
95 int WebRtcOpus_Encode(OpusEncInst* inst,
110 const size_t channels = inst->channels
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 148 WebRtcCngEncoder* inst = (WebRtcCngEncoder*) cng_inst; local
149 memset(inst, 0, sizeof(WebRtcCngEncoder));
153 inst->errorcode = CNG_DISALLOWED_LPC_ORDER;
157 inst->enc_sampfreq = fs;
158 inst->enc_interval = interval;
159 inst->enc_nrOfCoefs = quality;
160 inst->enc_msSinceSID = 0;
161 inst->enc_seed = 7777; /* For debugging only. */
162 inst->enc_Energy = 0;
164 inst->enc_reflCoefs[i] = 0
175 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
231 WebRtcCngEncoder* inst = (WebRtcCngEncoder*) cng_inst; local
417 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
478 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
595 WebRtcCngEncoder* inst = (WebRtcCngEncoder*) cng_inst; local
601 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
    [all...]

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>