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

1 2 3 4 5 6 7 891011>>

  /external/compiler-rt/lib/asan/
asan_posix.cc 56 u32 inst = *(unsigned *)sig.pc;
57 u32 ra = (inst >> 16) & 0x1F;
58 u32 opcd = inst >> 26;
59 u32 xo = (inst >> 1) & 0x3FF;
  /external/llvm/test/MC/ARM/
inst-constant-required.s 13 .inst .Label
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 82 const struct tgsi_full_instruction * inst; member in struct:lp_build_emit_data
lp_bld_tgsi.c 177 emit_data->args[src] = lp_build_emit_fetch(bld_base, emit_data->inst, src,
182 emit_data->inst->Instruction.Opcode);
191 const struct tgsi_full_instruction * inst)
193 unsigned tgsi_opcode = inst->Instruction.Opcode;
204 switch (inst->Instruction.Opcode) {
233 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) {
238 emit_data.inst = inst;
243 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) {
268 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.h 62 const struct tgsi_full_instruction *inst,
tgsi_util.h 76 tgsi_util_get_inst_usage_mask(const struct tgsi_full_instruction *inst,
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.h 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member in struct:_omx_core_cb_type
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.h 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member in struct:_omx_core_cb_type
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.h 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member in struct:_omx_core_cb_type
  /hardware/qcom/media/msmcobalt/mm-core/src/common/
qc_omx_core.h 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member in struct:_omx_core_cb_type
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 256 Instrumentation inst = test.getInstrumentation(); local
263 inst.sendPointerSync(event);
264 inst.waitForIdleSync();
270 inst.sendPointerSync(event);
271 inst.waitForIdleSync();
275 inst.sendPointerSync(event);
276 inst.waitForIdleSync();
296 Instrumentation inst = test.getInstrumentation(); local
303 inst.sendPointerSync(event);
304 inst.waitForIdleSync()
331 Instrumentation inst = test.getInstrumentation(); local
392 Instrumentation inst = test.getInstrumentation(); local
759 Instrumentation inst = test.getInstrumentation(); local
    [all...]
  /art/tools/ahat/src/
BitmapHandler.java 41 Instance inst = mSnapshot.findInstance(id); local
42 if (inst != null) {
43 bitmap = InstanceUtils.asBitmap(inst);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 88 fs_inst *inst = (fs_inst *)node; local
90 cur->end = inst;
95 switch (inst->opcode) {
115 next->start = (fs_inst *)inst->next;
125 next->start = (fs_inst *)inst->next;
133 cur_endif->start = (fs_inst *)inst->next;
162 next->start = (fs_inst *)inst->next;
173 next->start = (fs_inst *)inst->next;
174 if (inst->predicated)
184 next->start = (fs_inst *)inst->next
    [all...]
brw_fs.h 151 bool equals(fs_inst *inst);
217 fs_inst *emit(fs_inst inst);
248 bool try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry);
267 void generate_fb_write(fs_inst *inst);
269 void generate_linterp(fs_inst *inst, struct brw_reg dst,
271 void generate_tex(fs_inst *inst, struct brw_reg dst, struct brw_reg src);
272 void generate_math1_gen7(fs_inst *inst,
275 void generate_math2_gen7(fs_inst *inst,
279 void generate_math1_gen6(fs_inst *inst,
282 void generate_math2_gen6(fs_inst *inst,
    [all...]
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 61 Instrumentation inst = getInstrumentation(); local
64 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
69 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 283 int inst; member in class:function_entry
493 glsl_to_tgsi_instruction *inst = new(mem_ctx) glsl_to_tgsi_instruction(); local
517 inst->op = op;
518 inst->dst = dst;
519 inst->src[0] = src0;
520 inst->src[1] = src1;
521 inst->src[2] = src2;
522 inst->ir = ir;
523 inst->dead_mask = 0;
525 inst->function = NULL
716 glsl_to_tgsi_instruction *inst; local
839 glsl_to_tgsi_instruction *inst; local
857 glsl_to_tgsi_instruction *inst = emit(ir, TGSI_OPCODE_SCS, dst, src0); local
1305 glsl_to_tgsi_instruction *inst; local
2295 glsl_to_tgsi_instruction *inst, *new_inst; local
2573 glsl_to_tgsi_instruction *inst = NULL; local
2894 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3085 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3109 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3141 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3170 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3201 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3250 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3440 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3477 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3574 glsl_to_tgsi_instruction *inst = writes[4 * r + c]; local
3584 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3688 glsl_to_tgsi_instruction *inst; local
3772 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
3819 glsl_to_tgsi_instruction *inst; local
3857 glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); local
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
string_copy.S 87 .macro m_ret inst
88 \inst {r4, r5, pc}
91 .macro m_ret inst
92 \inst {r0, r4, r5, pc}
122 m_ret inst=pop
158 m_ret inst=popne
165 m_ret inst=popcs
173 m_ret inst=popeq
177 m_ret inst=pop
184 m_ret inst=popn
    [all...]
  /external/autotest/client/virt/tests/
iofuzz.py 118 inst = []
122 inst.append(("read", [port]))
126 inst.append(("write", [port, 0]))
130 inst.append(("write",
133 fuzz(session, inst)
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
ModifiedSystemClassRuntime.java 89 * @param inst
98 public static IRuntime createFor(final Instrumentation inst,
100 return createFor(inst, className, "$jacocoAccess");
108 * @param inst
119 public static IRuntime createFor(final Instrumentation inst,
133 inst.addTransformer(transformer);
135 inst.removeTransformer(transformer);
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 44 switch (alu->inst) {
121 "Need instruction operand number for 0x%x.\n", alu->inst);
126 switch (alu->inst) {
204 "Need instruction operand number for 0x%x.\n", alu->inst);
302 if (bc->cf_last && (bc->cf_last->inst == output->inst ||
303 (bc->cf_last->inst == BC_INST(bc, V_SQ_CF_ALLOC_EXPORT_WORD1_SQ_CF_INST_EXPORT) &&
304 output->inst == BC_INST(bc, V_SQ_CF_ALLOC_EXPORT_WORD1_SQ_CF_INST_EXPORT_DONE))) &&
317 bc->cf_last->output.inst = output->inst;
    [all...]
eg_asm.c 34 switch (cf->inst) {
60 bc->bytecode[id++] = cf->inst |
70 bc->bytecode[id++] = cf->inst |
86 cf->output.inst;
113 cf->output.inst |
132 bc->bytecode[id++] = cf->inst |
142 R600_ERR("unsupported CF instruction (0x%X)\n", cf->inst);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 341 int VP8EncoderImpl::InitEncode(const VideoCodec* inst,
344 if (inst == NULL) {
347 if (inst->maxFramerate < 1) {
351 if (inst->maxBitrate > 0 && inst->startBitrate > inst->maxBitrate) {
354 if (inst->width <= 1 || inst->height <= 1) {
360 if (inst->codecSpecific.VP8.feedbackModeOn &&
361 inst->numberOfSimulcastStreams > 1)
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 66 ObexClientHandler(Looper looper, BluetoothMasObexClientSession inst) {
68 mInst = new WeakReference<BluetoothMasObexClientSession>(inst);
73 BluetoothMasObexClientSession inst = mInst.get(); local
74 if (!inst.connected() && msg.what != CONNECT) {
81 inst.connect();
85 inst.disconnect();
89 inst.executeRequest((BluetoothMasRequest) msg.obj);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexSession.java 222 ObexClientHandler(Looper looper, BluetoothPbapObexSession inst) {
224 mInst = new WeakReference<BluetoothPbapObexSession>(inst);
229 BluetoothPbapObexSession inst = mInst.get(); local
230 if (inst == null) {
235 if (inst.isConnected() != CONNECTED && msg.what != MSG_CONNECT) {
242 inst.connect();
245 inst.executeRequest((BluetoothPbapRequest) msg.obj);
  /external/pcre/dist/sljit/
sljitNativeSPARC_32.c 150 sljit_ins *inst = (sljit_ins*)addr; local
152 inst[0] = (inst[0] & 0xffc00000) | ((new_addr >> 10) & 0x3fffff);
153 inst[1] = (inst[1] & 0xfffffc00) | (new_addr & 0x3ff);
154 SLJIT_CACHE_FLUSH(inst, inst + 2);
159 sljit_ins *inst = (sljit_ins*)addr; local
161 inst[0] = (inst[0] & 0xffc00000) | ((new_constant >> 10) & 0x3fffff)
    [all...]

Completed in 1084 milliseconds

1 2 3 4 5 6 7 891011>>