/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.h | 101 void DoDeferredNumberTagD(LNumberTagD* instr); 104 void DoDeferredNumberTagIU(LInstruction* instr, 110 void DoDeferredTaggedToI(LTaggedToI* instr); 111 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 112 void DoDeferredStackCheck(LStackCheck* instr); 113 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr); 114 void DoDeferredStringCharFromCode(LStringCharFromCode* instr); 115 void DoDeferredAllocate(LAllocate* instr); 116 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, 119 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object) [all...] |
assembler-mips.cc | 194 Instr* pc = reinterpret_cast<Instr*>(pc_); 195 Instr* instr = reinterpret_cast<Instr*>(instructions); local 197 *(pc + i) = *(instr + i); 251 const Instr kPopInstruction = ADDIU | (kRegister_sp_Code << kRsShift) 255 const Instr kPushInstruction = ADDIU | (kRegister_sp_Code << kRsShift) 259 const Instr kPushRegPattern = SW | (kRegister_sp_Code << kRsShift) 262 const Instr kPopRegPattern = LW | (kRegister_sp_Code << kRsShift 747 Instr instr = instr_at(l.pos()); local 773 Instr instr = instr_at(fixup_pos); local 841 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) local 854 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) local 867 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift) local 880 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift) local 893 Instr instr = opcode | fmt | (rt.code() << kRtShift) local 905 Instr instr = local 918 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) local 929 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask); local 939 Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() << kFtShift) local 949 Instr instr = opcode | address; local 1314 Instr instr = SPECIAL | (1 << kRsShift) | (rt.code() << kRtShift) local 1324 Instr instr = SPECIAL | (rs.code() << kRsShift) | (rt.code() << kRtShift) local 1483 Instr instr = SPECIAL | TGE | rs.code() << kRsShift local 1491 Instr instr = SPECIAL | TGEU | rs.code() << kRsShift local 1499 Instr instr = local 1507 Instr instr = local 1516 Instr instr = local 1524 Instr instr = local 1614 Instr instr = PREF | (rs.rm().code() << kRsShift) | (hint << kRtShift) local 1877 Instr instr = COP1 | fmt | ft.code() << 16 | fs.code() << kFsShift local 1894 Instr instr = COP1 | BC1 | cc << 18 | 0 << 16 | (offset & kImm16Mask); local 1901 Instr instr = COP1 | BC1 | cc << 18 | 1 << 16 | (offset & kImm16Mask); local 1930 Instr instr = instr_at(pc); local [all...] |
simulator-mips.h | 233 void Format(Instruction* instr, const char* format); 241 inline uint16_t ReadHU(int32_t addr, Instruction* instr); 242 inline int16_t ReadH(int32_t addr, Instruction* instr); 244 inline void WriteH(int32_t addr, uint16_t value, Instruction* instr); 245 inline void WriteH(int32_t addr, int16_t value, Instruction* instr); 247 inline int ReadW(int32_t addr, Instruction* instr); 248 inline void WriteW(int32_t addr, int value, Instruction* instr); 250 inline double ReadD(int32_t addr, Instruction* instr); 251 inline void WriteD(int32_t addr, double value, Instruction* instr); 262 void DecodeTypeRegister(Instruction* instr); [all...] |
/external/llvm/test/MC/Mips/ |
micromips-diagnostic-fixup.s | 7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop 8 nop # This instr makes the branch too long to fit into a 17-bit offset
|
mips-diagnostic-fixup.s | 7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop 8 nop # This instr makes the branch too long to fit into a 18-bit offset
|
/system/core/libpixelflinger/codeflinger/ |
Arm64Disassembler.cpp | 80 static int32_t bits_signed(uint32_t instr, uint32_t msb, uint32_t lsb) 83 value = ((int32_t)instr) << (31 - msb); 88 static uint32_t bits_unsigned(uint32_t instr, uint32_t msb, uint32_t lsb) 92 return ((instr >> lsb) & mask); 95 static void get_token(const char *instr, uint32_t index, char *token) 98 for(i = index, j = 0; i < strlen(instr); ++i) 100 if(instr[index] == '<' && instr[i] == '>') 102 token[j++] = instr[i]; 105 else if(instr[index] != '<' && instr[i] == '<' [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-codegen-arm.h | 103 void DoDeferredNumberTagD(LNumberTagD* instr); 106 void DoDeferredNumberTagIU(LInstruction* instr, 112 void DoDeferredTaggedToI(LTaggedToI* instr); 113 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 114 void DoDeferredStackCheck(LStackCheck* instr); 115 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr); 116 void DoDeferredStringCharFromCode(LStringCharFromCode* instr); 117 void DoDeferredAllocate(LAllocate* instr); 118 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, 120 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object) [all...] |
simulator-arm.h | 246 void Format(Instruction* instr, const char* format); 250 inline bool ConditionallyExecute(Instruction* instr); 273 int32_t GetShiftRm(Instruction* instr, bool* carry_out); 274 int32_t GetImm(Instruction* instr, bool* carry_out); 275 int32_t ProcessPU(Instruction* instr, 280 void HandleRList(Instruction* instr, bool load); 282 void SoftwareInterrupt(Instruction* instr); 285 inline bool isStopInstruction(Instruction* instr); 299 inline uint16_t ReadHU(int32_t addr, Instruction* instr); 300 inline int16_t ReadH(int32_t addr, Instruction* instr); [all...] |
/external/chromium_org/v8/src/arm64/ |
lithium-codegen-arm64.h | 137 void DoDeferredNumberTagD(LNumberTagD* instr); 138 void DoDeferredStackCheck(LStackCheck* instr); 139 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr); 140 void DoDeferredStringCharFromCode(LStringCharFromCode* instr); 141 void DoDeferredMathAbsTagged(LMathAbsTagged* instr, 145 void DoDeferredNumberTagU(LInstruction* instr, 149 void DoDeferredTaggedToI(LTaggedToI* instr, 153 void DoDeferredAllocate(LAllocate* instr); 154 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr); 155 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object) [all...] |
decoder-arm64.cc | 71 void DispatchingDecoderVisitor::Visit##A(Instruction* instr) { \ 72 if (!(instr->Mask(A##FMask) == A##Fixed)) { \ 73 ASSERT(instr->Mask(A##FMask) == A##Fixed); \ 77 (*it)->Visit##A(instr); \
|
/external/chromium_org/v8/src/ |
hydrogen-store-elimination.h | 28 void ProcessInstr(HInstruction* instr, GVNFlagSet flags);
|
hydrogen-uint32-analysis.cc | 11 static bool IsUnsignedLoad(HLoadKeyed* instr) { 12 switch (instr->elements_kind()) { 28 static bool IsUint32Operation(HValue* instr) { 29 return instr->IsShr() || 30 (instr->IsLoadKeyed() && IsUnsignedLoad(HLoadKeyed::cast(instr))) || 31 (instr->IsInteger32Constant() && instr->GetInteger32Constant() >= 0);
|
/external/vixl/test/ |
test-fuzz-a64.cc | 51 uint32_t instr = mrand48(); local 52 buffer->SetInstructionBits(instr); 71 uint32_t instr = mrand48(); local 72 buffer->SetInstructionBits(instr);
|
/frameworks/testing/support/src/android/support/test/internal/runner/ |
AndroidRunnerBuilder.java | 44 public AndroidRunnerBuilder(Instrumentation instr, Bundle bundle, 47 mAndroidJUnit3Builder = new AndroidJUnit3Builder(instr, bundle, skipExecution); 48 mAndroidJUnit4Builder = new AndroidJUnit4Builder(instr, bundle, skipExecution); 49 mAndroidSuiteBuilder = new AndroidSuiteBuilder(instr, bundle, skipExecution);
|
/external/vixl/src/a64/ |
debugger-a64.h | 58 const Instr kUnreachableOpcode = 0xdeb0; 66 const Instr kTraceOpcode = 0xdeb2; 75 const Instr kLogOpcode = 0xdeb3; 112 void VisitException(Instruction* instr); 174 void DoBreakpoint(Instruction* instr); 175 void DoUnreachable(Instruction* instr); 176 void DoTrace(Instruction* instr); 177 void DoLog(Instruction* instr);
|
/external/compiler-rt/lib/msandr/ |
msandr.cc | 215 bool WantToInstrument(instr_t *instr) { 217 switch (instr_get_opcode(instr)) { 225 if (instr_is_label(instr)) 228 CHECK(instr_ok_to_mangle(instr) == true); 230 if (instr_writes_memory(instr)) { 231 for (int d = 0; d < instr_num_dsts(instr); d++) { 232 opnd_t op = instr_get_dst(instr, d); 244 void InstrumentMops(void *drcontext, instrlist_t *bb, instr_t *instr, opnd_t op, 247 uint flags = instr_get_arith_flags(instr); 259 dr_save_reg(drcontext, bb, instr, DR_REG_XAX, SPILL_SLOT_1) 556 instr_t *instr; local [all...] |
/art/disassembler/ |
disassembler_arm.h | 35 void DumpArm(std::ostream& os, const uint8_t* instr); 38 size_t DumpThumb16(std::ostream& os, const uint8_t* 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;
|
/external/valgrind/main/lackey/tests/ |
true.stderr.exp | 18 IRStmts : guest instr = ... : ...
|
/frameworks/testing/support/src/android/support/test/internal/runner/junit3/ |
AndroidJUnit3Builder.java | 37 public AndroidJUnit3Builder(Instrumentation instr, Bundle bundle, boolean skipExecution) { 38 mInstr = instr;
|
AndroidTestResult.java | 35 AndroidTestResult(Bundle bundle, Instrumentation instr, TestResult result) { 38 mInstr = instr;
|
/frameworks/testing/support/src/android/support/test/internal/runner/junit4/ |
AndroidJUnit4Builder.java | 37 public AndroidJUnit4Builder(Instrumentation instr, Bundle bundle, boolean skipExecution) { 38 mInstrumentation = instr;
|
/frameworks/testing/support/src/android/support/test/internal/runner/listener/ |
InstrumentationRunListener.java | 37 public void setInstrumentation(Instrumentation instr) { 38 mInstr = instr;
|
/system/core/libpixelflinger/tests/arch-arm64/disassembler/ |
arm64_diassembler_test.cpp | 32 int arm64_disassemble(uint32_t code, char* instr); 37 const char *instr; member in struct:test_table_entry_t 295 char instr[256]; local 301 arm64_disassemble(test->code, instr); 302 if(strcmp(instr, test->instr) != 0) 307 "Actual : %s\n", test->code, test->instr, instr);
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.h | 33 getInstruction(MCInst &instr, uint64_t &size, const MemoryObject ®ion,
|