Searched refs:inst (Results 251 - 275 of 552) sorted by relevance

<<11121314151617181920>>

/external/python/cpython3/Lib/distutils/tests/
H A Dtest_install_data.py17 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
40 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
51 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
69 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDOperand.h46 /// @arg inst - The instruction containing this operand
47 /// @arg opIndex - The index of the operand in inst
50 const EDInst &inst,
/external/toolchain-utils/
H A Dperf-to-inst-page.sh58 test awk '{print $3}' out.txt | sort -n | uniq -c > inst-histo.txt
60 # generate inst heat map
70 plot 'inst-histo.txt' using (\$2/1024/1024):1 with impulses notitle
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
H A DDisassembler.cpp261 inst(disassembler->createInst(byteArrayReader, 0, &ByteArray));
263 if (inst == 0) {
268 ByteArray.erase (ByteArray.begin(), ByteArray.begin() + inst->byteSize());
270 unsigned numTokens = inst->numTokens();
279 if (inst->getToken(token, tokenIndex)) {
332 if (inst->isBranch())
334 if (inst->isMove())
337 unsigned numOperands = inst->numOperands();
349 if (inst->getOperand(operand, operandIndex)) {
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp122 BasicBlock::insertHead(Instruction *inst) argument
124 assert(inst->next == 0 && inst->prev == 0);
126 if (inst->op == OP_PHI) {
128 insertBefore(phi, inst);
131 insertBefore(entry, inst);
134 phi = exit = inst;
135 inst->bb = this;
141 insertBefore(entry, inst);
144 insertAfter(exit, inst); // afte
156 insertTail(Instruction *inst) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c310 struct tgsi_full_instruction *inst )
316 if (inst->Instruction.Opcode == TGSI_OPCODE_END) {
323 info = tgsi_get_opcode_info( inst->Instruction.Opcode );
325 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode );
329 if (info->num_dst != inst->Instruction.NumDstRegs) {
332 if (info->num_src != inst->Instruction.NumSrcRegs) {
339 for (i = 0; i < inst->Instruction.NumDstRegs; i++) {
340 scan_register *reg = create_scan_register_dst(&inst->Dst[i]);
346 if (!inst->Dst[i].Register.WriteMask) {
350 for (i = 0; i < inst
[all...]
H A Dtgsi_lowering.c197 struct tgsi_full_instruction *inst)
200 struct tgsi_full_dst_register *dst = &inst->Dst[0];
201 struct tgsi_full_src_register *src0 = &inst->Src[0];
202 struct tgsi_full_src_register *src1 = &inst->Src[1];
276 struct tgsi_full_instruction *inst)
279 struct tgsi_full_dst_register *dst = &inst->Dst[0];
280 struct tgsi_full_src_register *src0 = &inst->Src[0];
281 struct tgsi_full_src_register *src1 = &inst->Src[1];
339 struct tgsi_full_instruction *inst)
342 struct tgsi_full_dst_register *dst = &inst
196 transform_dst(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
275 transform_xpd(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
338 transform_scs(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
401 transform_lrp(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
451 transform_frc(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
496 transform_pow(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
556 transform_lit(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
672 transform_exp(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
795 transform_log(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
945 transform_dotp(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
1055 transform_flr_ceil(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
1109 transform_trunc(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
1182 transform_samp(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
1454 rename_color_inputs(struct tgsi_lowering_context *ctx, struct tgsi_full_instruction *inst) argument
1474 transform_instr(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h205 void rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst);
206 void rc_remove_instruction(struct rc_instruction * inst);
H A Dradeon_pair_regalloc.c212 static void scan_read_callback(void * data, struct rc_instruction * inst, argument
232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
236 static void remap_register(void * data, struct rc_instruction * inst, argument
314 struct rc_instruction * inst,
520 struct rc_instruction * inst; local
544 for (inst = s->C->Program.Instructions.Next;
545 inst != &s->C->Program.Instructions;
546 inst = inst
312 variable_get_class_read_cb( void * userdata, struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, struct rc_pair_instruction_source * src) argument
[all...]
H A Dradeon_code.h199 uint32_t inst[R400_PFS_MAX_TEX_INST]; member in struct:r300_fragment_program_code::__anon16332
210 } inst[R400_PFS_MAX_ALU_INST]; member in struct:r300_fragment_program_code::__anon16333
232 } inst[R500_PFS_MAX_INST]; member in struct:r500_fragment_program_code
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dtest_eu_compact.c68 clear_pad_bits(const struct gen_device_info *devinfo, brw_inst *inst) argument
70 if (brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SEND &&
71 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC &&
72 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_BREAK &&
73 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_CONTINUE &&
74 brw_inst_src0_reg_file(devinfo, inst) != BRW_IMMEDIATE_VALUE &&
75 brw_inst_src1_reg_file(devinfo, inst) != BRW_IMMEDIATE_VALUE) {
76 brw_inst_set_bits(inst, 127, 111, 0);
H A Dbrw_vec4.h159 bool is_dep_ctrl_unsafe(const vec4_instruction *inst);
164 bool is_supported_64bit_region(vec4_instruction *inst, unsigned arg);
169 vec4_instruction *inst, int arg);
171 vec4_instruction *emit(vec4_instruction *inst);
184 vec4_instruction *inst,
235 int implied_mrf_writes(vec4_instruction *inst);
291 src_reg get_scratch_offset(bblock_t *block, vec4_instruction *inst,
293 void emit_scratch_read(bblock_t *block, vec4_instruction *inst,
297 void emit_scratch_write(bblock_t *block, vec4_instruction *inst,
299 void emit_pull_constant_load(bblock_t *block, vec4_instruction *inst,
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_interface.c69 void WebRtcG722_DecoderInit(G722DecInst* inst) { argument
72 WebRtc_g722_decode_init((G722DecoderState*)inst, 64000, 2);
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_32.c255 sljit_ins *inst = (sljit_ins*)addr; local
257 inst[0] = (inst[0] & 0xffff0000) | ((new_addr >> 16) & 0xffff);
258 inst[1] = (inst[1] & 0xffff0000) | (new_addr & 0xffff);
259 SLJIT_CACHE_FLUSH(inst, inst + 2);
264 sljit_ins *inst = (sljit_ins*)addr; local
266 inst[0] = (inst[
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp204 int inst; member in class:__anon17267::function_entry
357 ir_to_mesa_instruction *inst = new(mem_ctx) ir_to_mesa_instruction(); local
379 inst->op = op;
380 inst->dst = dst;
381 inst->src[0] = src0;
382 inst->src[1] = src1;
383 inst->src[2] = src2;
384 inst->ir = ir;
386 this->instructions.push_tail(inst);
388 return inst;
447 ir_to_mesa_instruction *inst; local
1086 ir_to_mesa_instruction *inst = emit(ir, OPCODE_MOV, local
1967 ir_to_mesa_instruction *inst = NULL; local
[all...]
/external/vulkan-validation-layers/tests/
H A Dtest_environment.cpp117 err = vkCreateInstance(&inst_info, NULL, &inst);
119 err = vkEnumeratePhysicalDevices(inst, &count, NULL);
122 err = vkEnumeratePhysicalDevices(inst, &count, gpus);
155 if (inst) vkDestroyInstance(inst, NULL);
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp55 auto inst = new wrapped_inst_obj; local
56 if (!inst)
58 memset(inst, 0, sizeof(*inst));
59 inst->obj = (*pInstance);
60 *pInstance = reinterpret_cast<VkInstance> (inst);
64 inst->pfn_inst_init = chain_info->u.pfnSetInstanceLoaderData;
65 result = inst->pfn_inst_init(inst->obj, reinterpret_cast<void *> (inst));
80 wrapped_inst_obj *inst; local
91 wrapped_inst_obj *inst; local
956 wrapped_inst_obj *inst; local
1030 wrapped_inst_obj *inst; local
1050 wrapped_inst_obj *inst; local
1070 wrapped_inst_obj *inst; local
1089 wrapped_inst_obj *inst; local
1110 wrapped_inst_obj *inst; local
1128 wrapped_inst_obj *inst; local
1139 wrapped_inst_obj *inst; local
1147 wrapped_inst_obj *inst; local
1573 wrapped_inst_obj *inst; local
[all...]
/external/swiftshader/src/Shader/
H A DVertexShader.cpp236 for(const auto &inst : instruction)
238 const DestinationParameter &dst = inst->dst;
288 for(const auto &inst : instruction)
290 if(inst->opcode == Shader::OPCODE_DCL &&
291 inst->dst.type == Shader::PARAMETER_OUTPUT)
293 unsigned char usage = inst->usage;
294 unsigned char usageIndex = inst->usageIndex;
296 const DestinationParameter &dst = inst->dst;
321 for(const auto &inst : instruction)
323 if(inst
[all...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc222 int VP9EncoderImpl::InitEncode(const VideoCodec* inst, argument
225 if (inst == NULL) {
228 if (inst->maxFramerate < 1) {
232 if (inst->maxBitrate > 0 && inst->startBitrate > inst->maxBitrate) {
235 if (inst->width < 1 || inst->height < 1) {
241 if (inst->codecSpecific.VP9.numberOfTemporalLayers > 3) {
245 if (inst
387 InitAndSetControlSettings(const VideoCodec* inst) argument
850 InitDecode(const VideoCodec* inst, int number_of_cores) argument
[all...]
/external/boringssl/linux-aarch64/crypto/fipsmodule/
H A Dsha1-armv8.S1104 .inst 0x5e280803 //sha1h v3.16b,v0.16b
1105 .inst 0x5e140020 //sha1c v0.16b,v1.16b,v20.4s // 0
1107 .inst 0x5e0630a4 //sha1su0 v4.16b,v5.16b,v6.16b
1108 .inst 0x5e280802 //sha1h v2.16b,v0.16b // 1
1109 .inst 0x5e150060 //sha1c v0.16b,v3.16b,v21.4s
1111 .inst 0x5e2818e4 //sha1su1 v4.16b,v7.16b
1112 .inst 0x5e0730c5 //sha1su0 v5.16b,v6.16b,v7.16b
1113 .inst 0x5e280803 //sha1h v3.16b,v0.16b // 2
1114 .inst 0x5e140040 //sha1c v0.16b,v2.16b,v20.4s
1116 .inst
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatchnorm_expander.cc154 auto add = [&](std::unique_ptr<HloInstruction> inst) {
155 HloInstruction* added_inst = computation_->AddInstruction(std::move(inst));
291 for (HloInstruction* inst : added_instructions) {
292 if (ShapeUtil::Equal(inst->shape(), operand_shape)) {
293 inst->set_sharding(operand_sharding);
295 inst->set_sharding(HloSharding::Replicate());
335 auto add = [&](std::unique_ptr<HloInstruction> inst) {
336 HloInstruction* added_inst = computation_->AddInstruction(std::move(inst));
388 for (HloInstruction* inst : added_instructions) {
389 if (ShapeUtil::Equal(inst
[all...]
/external/skia/src/jumper/
H A Dbuild_stages.py190 inst = columns[2]
193 inst, args = columns[2], ''
195 inst, args = columns[2].split(' ', 1)
196 code, inst, args = code.strip(), inst.strip(), args.strip()
200 comment + inst + (' '*(14-len(inst)) + args if args else '')
/external/skqp/src/jumper/
H A Dbuild_stages.py190 inst = columns[2]
193 inst, args = columns[2], ''
195 inst, args = columns[2].split(' ', 1)
196 code, inst, args = code.strip(), inst.strip(), args.strip()
200 comment + inst + (' '*(14-len(inst)) + args if args else '')
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Dunittest.cc38 IsacBandwidthInfo GetBwInfo(typename T::instance_type* inst) { argument
40 T::GetBandwidthInfo(inst, &bi);
47 int EncodePacket(typename T::instance_type* inst, argument
54 T::SetBandwidthInfo(inst, bi);
55 int encoded_bytes = T::Encode(inst, speech_data, output->data());
66 std::vector<int16_t> DecodePacket(typename T::instance_type* inst, argument
70 int nsamples = T::DecodeInternal(inst, encoded.data(), encoded.size(),
/external/python/cpython3/Lib/test/
H A Dtest_typechecks.py8 def __instancecheck__(cls, inst):
9 """Implement isinstance(inst, cls)."""
11 for c in {type(inst), inst.__class__})

Completed in 1114 milliseconds

<<11121314151617181920>>