HomeSort by relevance Sort by last modified time
    Searched defs:inst1 (Results 1 - 13 of 13) sorted by null

  /art/test/043-privates/src/
Main.java 22 PrivatePackage inst1 = new PrivatePackage(); local
26 System.out.println("PrivatePackage --> " + inst1.getStr());
31 inst1.stretchTest();
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 132 uint32_t inst1 = *reinterpret_cast<uint32_t*>(ptr1); local
133 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1;
134 if (inst1 == checkinst1) {
  /external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc 38 static void AddExerciseOpcode(unsigned char inst1,
45 g_exercise_code_table_->inst1[opcode] = inst1;
47 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
59 unsigned char inst1 = inst_mode1; local
62 inst1 = VCD_COPY;
74 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
75 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
76 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
77 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++)
    [all...]
instruction_map_test.cc 32 static void AddExerciseOpcode(unsigned char inst1,
46 unsigned char inst1,
86 unsigned char inst1 = inst_mode1; local
89 inst1 = VCD_COPY;
101 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
102 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
103 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
104 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
123 void InstructionMapTest::AddExerciseOpcode(unsigned char inst1,
130 g_exercise_code_table_->inst1[opcode] = inst1
567 unsigned char inst1 = inst_mode1; local
    [all...]
codetable.h 65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
102 unsigned char inst1[kCodeTableSize]; // from enum VCDiffInstructionType member in struct:open_vcdiff::VCDiffCodeTableData
decodetable_test.cc 41 static void AddExerciseOpcode(unsigned char inst1,
48 g_exercise_code_table_->inst1[opcode] = inst1;
50 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
62 unsigned char inst1 = inst_mode1; local
65 inst1 = VCD_COPY;
77 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
78 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
79 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
80 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++)
419 unsigned char inst1 = inst_mode1; local
    [all...]
encodetable_test.cc 49 static void AddExerciseOpcode(unsigned char inst1,
56 g_exercise_code_table_->inst1[opcode] = inst1;
58 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
70 unsigned char inst1 = inst_mode1; local
73 inst1 = VCD_COPY;
85 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
86 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
87 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
88 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++)
    [all...]
  /art/runtime/arch/arm/
fault_handler_arm.cc 154 uint32_t inst1 = ((ptr1[0] | ptr1[1] << 8) << 16) | (ptr1[2] | ptr1[3] << 8); local
155 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1;
156 if (inst1 == checkinst1) {
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 382 * first halfword is INST1. */
385 thumb_insn_size (unsigned short inst1)
387 if ((inst1 & 0xe000) == 0xe000 && (inst1 & 0x1800) != 0)
397 uint16_t inst1; local
399 if (proc_read_16(proc, pc, &inst1) < 0
411 if ((inst1 & 0xff00) == 0xbd00) { /* pop {rlist, pc} */
414 const unsigned offset = bitcount(BITS(inst1, 0, 7)) * 4;
423 } else if ((inst1 & 0xf000) == 0xd000) { /* conditional branch */
424 const unsigned long cond = BITS(inst1, 8, 11)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.h 231 uint32_t inst1; member in struct:r500_fragment_program_code::__anon18496
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 231 uint32_t inst1; member in struct:r500_fragment_program_code::__anon6834
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 295 unsigned inst0, inst1; local
310 inst1 = bytes[bytes_read++];
311 alu.inst = inst0 | (inst1 << 8);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 295 unsigned inst0, inst1; local
310 inst1 = bytes[bytes_read++];
311 alu.inst = inst0 | (inst1 << 8);
    [all...]

Completed in 4536 milliseconds