Searched defs:inst (Results 1 - 25 of 79) sorted by relevance

1234

/external/clang/test/Index/
H A Dcursor-ref-names.cpp17 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
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dcodetable.cc30 const char* VCDiffInstructionName(VCDiffInstructionType inst) { argument
31 switch (inst) {
41 LOG(ERROR) << "Unexpected instruction type " << inst << LOG_ENDL;
189 unsigned char inst,
195 // Check upper limits of inst and mode. inst, size, and mode are
197 if (inst > VCD_LAST_INSTRUCTION_TYPE) {
200 << static_cast<int>(inst) << LOG_ENDL;
211 if ((inst == VCD_NOOP) && (size != 0)) {
218 if ((inst !
188 ValidateOpcode(int opcode, unsigned char inst, unsigned char size, unsigned char mode, unsigned char max_mode, const char* first_or_second) argument
[all...]
H A Dcodetable_test.cc93 unsigned char inst,
96 EXPECT_EQ(inst, code_table_data_.inst1[opcode]);
108 // This value is designed so that the total number of inst values and modes
110 // Eight combinations of inst and mode, times two possible size values,
118 // (== 8 total combinations of inst and mode), and each has
131 // All possible combinations of inst and mode should have an opcode with size 0.
92 VerifyInstruction(unsigned char opcode, unsigned char inst, unsigned char size, unsigned char mode) argument
H A Dencodetable.h137 void EncodeInstruction(VCDiffInstructionType inst,
141 void EncodeInstruction(VCDiffInstructionType inst, size_t size) { argument
142 return EncodeInstruction(inst, size, 0);
197 // instruction inst, size, and mode. This is an alternate representation
H A Dinstruction_map.h37 // inst (also known as instruction type), size, and mode and arriving at
54 // Finds an opcode that has the given inst, size, and mode for its first
65 // of expressing all combinations of inst and mode with size=0.
67 OpcodeOrNone LookupFirstOpcode(unsigned char inst, argument
70 return first_instruction_map_.Lookup(inst, size, mode);
75 // the first opcode, and has the given inst, size, and mode for its second
83 unsigned char inst,
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
97 void Add(unsigned char inst, argument
101 OpcodeOrNone* opcode_slot = &first_opcodes_[inst
82 LookupSecondOpcode(unsigned char first_opcode, unsigned char inst, unsigned char size, unsigned char mode) const argument
109 Lookup(unsigned char inst, unsigned char size, unsigned char mode) const argument
[all...]
H A Dinstruction_map_test.cc41 unsigned char inst,
53 // This value is designed so that the total number of inst values and modes
55 // Eight combinations of inst and mode, times two possible size values,
63 // (== 8 total combinations of inst and mode), and each has
140 unsigned char inst,
143 int found_opcode = exercise_map->LookupFirstOpcode(inst, size, mode);
147 EXPECT_EQ(inst, g_exercise_code_table_->inst2[found_opcode]);
155 EXPECT_EQ(inst, g_exercise_code_table_->inst1[found_opcode]);
138 VerifyExerciseFirstInstruction( unsigned char expected_opcode, unsigned char inst, unsigned char size, unsigned char mode) argument
H A Ddecodetable_test.cc92 void VerifyInstModeSize(unsigned char inst, argument
96 if (inst == VCD_NOOP) return; // GetNextInstruction skips NOOPs
101 EXPECT_EQ(inst, found_inst);
110 void VerifyInstModeSize1(unsigned char inst, argument
114 if (inst == VCD_NOOP) size = 0;
115 EXPECT_EQ(g_exercise_code_table_->inst1[opcode], inst);
118 VerifyInstModeSize(inst, mode, size, opcode);
121 void VerifyInstModeSize2(unsigned char inst, argument
125 if (inst == VCD_NOOP) size = 0;
126 EXPECT_EQ(g_exercise_code_table_->inst2[opcode], inst);
[all...]
H A Dencodetable.cc125 // EncodeInstruction is then called with inst = VCD_COPY, size = 4, mode = 0.
140 void VCDiffCodeTableWriter::EncodeInstruction(VCDiffInstructionType inst, argument
154 if ((inst == VCD_ADD) &&
163 inst,
175 inst,
189 instruction_map_->LookupFirstOpcode(inst,
199 opcode = instruction_map_->LookupFirstOpcode(inst, 0, mode);
201 LOG(DFATAL) << "No matching opcode found for inst " << inst
H A Dinstruction_map.cc105 unsigned char inst,
116 OpcodeOrNone*& size_array = inst_mode_array[inst + mode];
129 unsigned char inst,
140 int inst_mode = (inst == VCD_COPY) ? (inst + mode) : inst;
162 // inst, mode, and size, then the lowest-numbered opcode will always
103 Add( unsigned char first_opcode, unsigned char inst, unsigned char size, unsigned char mode, unsigned char second_opcode) argument
127 Lookup( unsigned char first_opcode, unsigned char inst, unsigned char size, unsigned char mode) const argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp44 if (IntrinsicInst *inst = dyn_cast<IntrinsicInst>(II)) {
45 Intrinsic::ID id = inst->getIntrinsicID();
65 Instruction *inst = SplitPoints[i]; local
66 inst->getParent()->splitBasicBlock(inst, "bar_split");
/external/webkit/Source/WebCore/bridge/c/
H A Dc_runtime.cpp42 JSValue CField::valueFromInstance(ExecState* exec, const Instance* inst) const
44 const CInstance* instance = static_cast<const CInstance*>(inst);
65 void CField::setValueToInstance(ExecState *exec, const Instance *inst, JSValue aValue) const argument
67 const CInstance* instance = static_cast<const CInstance*>(inst);
H A Dc_class.cpp87 const CInstance* inst = static_cast<const CInstance*>(instance); local
88 NPObject* obj = inst->getObject();
108 const CInstance* inst = static_cast<const CInstance*>(instance); local
109 NPObject* obj = inst->getObject();
/external/webkit/Source/WebCore/platform/qt/
H A DSharedTimerQt.cpp46 static SharedTimerQt* inst();
84 SharedTimerQt* SharedTimerQt::inst() function in class:WebCore::SharedTimerQt
128 SharedTimerQt::inst()->m_timerFunction = f;
136 SharedTimerQt::inst()->start(fireTime);
144 SharedTimerQt::inst()->stop();
/external/mesa3d/src/glsl/
H A Dir_print_visitor.cpp124 ir_variable *const inst = (ir_variable *) iter.get(); local
127 inst->accept(this);
141 ir_instruction *const inst = (ir_instruction *) iter.get(); local
144 inst->accept(this);
352 ir_instruction *const inst = (ir_instruction *) iter.get(); local
354 inst->accept(this);
399 ir_instruction *const inst = (ir_instruction *) iter.get(); local
402 inst->accept(this);
416 ir_instruction *const inst = (ir_instruction *) iter.get(); local
419 inst
450 ir_instruction *const inst = (ir_instruction *) iter.get(); local
[all...]
H A Dir_clone.cpp286 const ir_instruction *const inst = (const ir_instruction *) node; local
288 ir_instruction *const inst_copy = inst->clone(mem_ctx, ht);
/external/stlport/test/unit/
H A Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
338 (inst.*__test)(loc);
344 (inst.*__test)(loc);
354 (inst.*__test)(loc);
H A Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { argument
47 (inst.*__test)(loc);
H A Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
213 (inst.*__test)(loc);
219 (inst.*__test)(loc);
228 (inst.*__test)(loc);
H A Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
150 (inst.*__test)(loc, tested_locales + i);
156 (inst.*__test)(loc, tested_locales + i);
162 (inst.*__test)(loc, tested_locales + i);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c189 UINT8 inst; local
203 inst = (*p_data++ & 0x3F);
205 if (inst == NFC_HAL_HCI_ADM_NOTIFY_ALL_PIPE_CLEARED)
/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { argument
75 return InstTypePair(inst, type);
/external/llvm/lib/MC/MCDisassembler/
H A DEDInst.cpp26 EDInst::EDInst(llvm::MCInst *inst, argument
31 Inst(inst),
H A DEDOperand.cpp24 const EDInst &inst,
28 Inst(inst),
37 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
61 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
23 EDOperand(const EDDisassembler &disassembler, const EDInst &inst, unsigned int opIndex, unsigned int &mcOpIndex) argument
/external/llvm/lib/MC/
H A DMCWin64EH.cpp66 MCWin64EHInstruction &inst) {
69 b2 = (inst.getOperation() & 0x0F);
70 switch (inst.getOperation()) {
72 EmitAbsDifference(streamer, inst.getLabel(), begin);
73 b2 |= (inst.getRegister() & 0x0F) << 4;
77 EmitAbsDifference(streamer, inst.getLabel(), begin);
78 if (inst.getSize() > 512*1024-8) {
81 w = inst.getSize() & 0xFFF8;
83 w = inst.getSize() >> 16;
86 w = inst
65 EmitUnwindCode(MCStreamer &streamer, MCSymbol *begin, MCWin64EHInstruction &inst) argument
183 MCWin64EHInstruction inst = info->Instructions.back(); local
[all...]
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_class.cpp69 JSValue QtClass::fallbackObject(ExecState* exec, Instance* inst, const Identifier& identifier) argument
71 QtInstance* qtinst = static_cast<QtInstance*>(inst);
89 QtRuntimeMetaMethod* val = new (exec) QtRuntimeMetaMethod(exec, identifier, static_cast<QtInstance*>(inst), index, normal, false);
108 QtRuntimeMetaMethod* val = new (exec) QtRuntimeMetaMethod(exec, identifier, static_cast<QtInstance*>(inst), index, normal, false);

Completed in 415 milliseconds

1234