HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 51 - 75 of 515) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 142 void DoDeferredNumberTagD(LNumberTagD* instr);
145 void DoDeferredNumberTagI(LInstruction* instr,
149 void DoDeferredTaggedToI(LTaggedToI* instr);
150 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
151 void DoDeferredStackCheck(LStackCheck* instr);
152 void DoDeferredRandom(LRandom* instr);
153 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
154 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
155 void DoDeferredAllocate(LAllocate* instr);
156 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
    [all...]
simulator-arm.h 265 void Format(Instruction* instr, const char* format);
269 bool ConditionallyExecute(Instruction* instr);
292 int32_t GetShiftRm(Instruction* instr, bool* carry_out);
293 int32_t GetImm(Instruction* instr, bool* carry_out);
294 int32_t ProcessPU(Instruction* instr,
299 void HandleRList(Instruction* instr, bool load);
301 void SoftwareInterrupt(Instruction* instr);
304 inline bool isStopInstruction(Instruction* instr);
318 inline uint16_t ReadHU(int32_t addr, Instruction* instr);
319 inline int16_t ReadH(int32_t addr, Instruction* instr);
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 108 void DoDeferredNumberTagD(LNumberTagD* instr);
109 void DoDeferredNumberTagI(LNumberTagI* instr);
110 void DoDeferredTaggedToI(LTaggedToI* instr);
111 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
112 void DoDeferredStackCheck(LStackCheck* instr);
113 void DoDeferredRandom(LRandom* instr);
114 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
115 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
116 void DoDeferredAllocateObject(LAllocateObject* instr);
117 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
    [all...]
  /external/compiler-rt/lib/msandr/
msandr.cc 146 bool WantToInstrument(instr_t *instr) {
148 switch (instr_get_opcode(instr)) {
156 if (instr_is_label(instr))
159 CHECK(instr_ok_to_mangle(instr) == true);
161 if (instr_writes_memory(instr)) {
162 for (int d = 0; d < instr_num_dsts(instr); d++) {
163 opnd_t op = instr_get_dst(instr, d);
175 void InstrumentMops(void *drcontext, instrlist_t *bb, instr_t *instr, opnd_t op,
178 uint flags = instr_get_arith_flags(instr);
190 dr_save_reg(drcontext, bb, instr, DR_REG_XAX, SPILL_SLOT_1)
416 instr_t *instr; local
    [all...]
  /art/runtime/
disassembler_x86.h 32 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
disassembler_arm.h 34 void DumpArm(std::ostream& os, const uint8_t* instr);
37 size_t DumpThumb16(std::ostream& os, const uint8_t* instr);
  /dalvik/vm/mterp/armv5te/
OP_NOP.S 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
  /dalvik/vm/mterp/mips/
OP_NOP.S 2 FETCH_ADVANCE_INST(1) # advance to next instr, load rINST
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
16 $instr # a0 <- op, a0-a3 changed
  /external/chromium_org/v8/src/
hydrogen-dce.h 48 bool MarkLive(HValue* ref, HValue* instr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_simple.h 139 int (*put_sample)(void *private_data, simple_instrument_t *instr,
141 int (*get_sample)(void *private_data, simple_instrument_t *instr,
143 int (*remove_sample)(void *private_data, simple_instrument_t *instr,
145 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 139 int (*put_sample)(void *private_data, simple_instrument_t *instr,
141 int (*get_sample)(void *private_data, simple_instrument_t *instr,
143 int (*remove_sample)(void *private_data, simple_instrument_t *instr,
145 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 140 int (*put_sample)(void *private_data, struct simple_instrument *instr,
142 int (*get_sample)(void *private_data, struct simple_instrument *instr,
144 int (*remove_sample)(void *private_data, struct simple_instrument *instr,
146 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 139 int (*put_sample)(void *private_data, simple_instrument_t *instr,
141 int (*get_sample)(void *private_data, simple_instrument_t *instr,
143 int (*remove_sample)(void *private_data, simple_instrument_t *instr,
145 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 140 int (*put_sample)(void *private_data, struct simple_instrument *instr,
142 int (*get_sample)(void *private_data, struct simple_instrument *instr,
144 int (*remove_sample)(void *private_data, struct simple_instrument *instr,
146 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
  /dalvik/vm/mterp/x86/
binflop.S 10 $instr (rFP,%ecx,4) # ex: faddp
binflop2addr.S 12 $instr (rFP,rINST,4) # ex: faddp
binop.S 3 * Generic 32-bit binary operation. Provide an "instr" line that
15 $instr # ex: addl (rFP,%ecx,4),%eax
binop1.S 11 $instr # ex: addl %ecx,%eax
binop2addr.S 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" line
17 $instr # for ex: addl %eax,(rFP,%ecx,4)
binopLit16.S 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line
17 $instr # for example: addl %ecx, %eax
fpcvt.S 1 %default {"instr":"","load":"","store":""}
10 $instr
shop2addr.S 11 $instr # ex: sarl %cl,%eax
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
13 $instr
  /external/emma/ant/ant14/com/vladium/emma/ant/
FilterTask.java 14 import com.vladium.emma.instr.FilterCfg;
15 import com.vladium.emma.instr.FilterCfg.filterElement;

Completed in 272 milliseconds

1 23 4 5 6 7 8 91011>>