HomeSort by relevance Sort by last modified time
    Searched refs:inst2 (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc 41 unsigned char inst2,
48 g_exercise_code_table_->inst2[opcode] = inst2;
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
68 unsigned char inst2 = inst_mode2; local
71 inst2 = 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...]
decodetable_test.cc 44 unsigned char inst2,
51 g_exercise_code_table_->inst2[opcode] = inst2;
53 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
71 unsigned char inst2 = inst_mode2; local
74 inst2 = 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++)
428 unsigned char inst2 = inst_mode2; local
    [all...]
decodetable.cc 69 instruction_type = code_table_data_->inst2[opcode];
79 if (code_table_data_->inst2[opcode] != VCD_NOOP) {
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 |
103 unsigned char inst2[kCodeTableSize]; // from enum VCDiffInstructionType member in struct:open_vcdiff::VCDiffCodeTableData
instruction_map.cc 160 if (code_table_data.inst2[opcode] == VCD_NOOP) {
169 // An unusual case where inst1 == NOOP and inst2 == ADD, RUN, or COPY.
171 // Add it to the first instruction map as if inst1 and inst2 were swapped.
172 first_instruction_map_.Add(code_table_data.inst2[opcode],
181 (code_table_data.inst2[opcode] != VCD_NOOP)) {
189 code_table_data.inst2[opcode],
instruction_map_test.cc 35 unsigned char inst2,
49 unsigned char inst2,
95 unsigned char inst2 = inst_mode2; local
98 inst2 = 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++);
126 unsigned char inst2,
133 g_exercise_code_table_->inst2[opcode] = inst2
576 unsigned char inst2 = inst_mode2; local
    [all...]
encodetable_test.cc 52 unsigned char inst2,
59 g_exercise_code_table_->inst2[opcode] = inst2;
61 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
79 unsigned char inst2 = inst_mode2; local
82 inst2 = 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...]
codetable.cc 77 // inst2
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
252 (inst2[i] == VCD_NOOP) &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 26 inst2 = os.path.join(pkg_dir, 'inst2')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
62 cmd.data_files = [one, (inst2, [two]),
70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 26 inst2 = os.path.join(pkg_dir, 'inst2')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
62 cmd.data_files = [one, (inst2, [two]),
70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 433 unsigned short inst2; local
434 if (proc_read_16(proc, pc + 2, &inst2) < 0)
437 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000) {
440 if ((inst2 & 0x1000) != 0
441 || (inst2 & 0xd001) == 0xc000) {
445 const unsigned imm2 = BITS(inst2, 0, 10);
446 const unsigned j1 = BIT(inst2, 13);
447 const unsigned j2 = BIT(inst2, 11);
456 if (BIT(inst2, 12) == 0)
462 && (inst2 & 0xff00) == 0x3f00)
    [all...]
  /art/test/043-privates/src/
Main.java 23 PrivatePackage inst2 = new PrivatePackageSub(); local
27 System.out.println("PrivatePackage --> " + inst2.getStr());
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 531 struct prog_instruction *inst2 = prog->Instructions + j; local
534 if (_mesa_is_flow_control_opcode(inst2->Opcode))
538 for (arg = 0; arg < _mesa_num_inst_src_regs(inst2->Opcode); arg++) {
541 if (inst2->SrcReg[arg].File != mov->DstReg.File ||
542 inst2->SrcReg[arg].Index != mov->DstReg.Index ||
543 inst2->SrcReg[arg].RelAddr ||
544 inst2->SrcReg[arg].Abs)
546 read_mask = get_src_arg_mask(inst2, arg, NO_MASK);
548 /* Adjust the swizzles of inst2 to point at MOV's source if ALL the
551 if (is_swizzle_regular(inst2->SrcReg[arg].Swizzle) &
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 531 struct prog_instruction *inst2 = prog->Instructions + j; local
534 if (_mesa_is_flow_control_opcode(inst2->Opcode))
538 for (arg = 0; arg < _mesa_num_inst_src_regs(inst2->Opcode); arg++) {
541 if (inst2->SrcReg[arg].File != mov->DstReg.File ||
542 inst2->SrcReg[arg].Index != mov->DstReg.Index ||
543 inst2->SrcReg[arg].RelAddr ||
544 inst2->SrcReg[arg].Abs)
546 read_mask = get_src_arg_mask(inst2, arg, NO_MASK);
548 /* Adjust the swizzles of inst2 to point at MOV's source if ALL the
551 if (is_swizzle_regular(inst2->SrcReg[arg].Swizzle) &
    [all...]
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 120 uint32_t inst2 = *reinterpret_cast<uint32_t*>(ptr2); local
121 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2;
122 if (inst2 != checkinst2) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 309 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_2A0;
312 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_MINUS_A0;
315 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_PLUS_A0;
318 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_A0;
332 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0]));
333 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1]));
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2]));
419 code->inst[ip].inst2 = R500_TEX_SRC_ADDR(inst->SrcReg[0].Index)
474 s->Code->inst[newip].inst2 = R500_FC_OP_LOOP
485 s->Code->inst[newip].inst2 = R500_FC_OP_BREAKLOO
    [all...]
r500_fragprog.c 408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
409 inst = code->inst[n].inst2;
442 fprintf(stderr, "\t2:FC_INST 0x%08x:", code->inst[n].inst2);
443 inst = code->inst[n].inst2;
513 if(code->inst[n].inst2 & R500_FC_IGNORE_UNCOVERED){
526 inst = code->inst[n].inst2;
radeon_code.h 232 uint32_t inst2; member in struct:r500_fragment_program_code::__anon17491
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 309 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_2A0;
312 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_MINUS_A0;
315 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_PLUS_A0;
318 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_A0;
332 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0]));
333 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1]));
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2]));
419 code->inst[ip].inst2 = R500_TEX_SRC_ADDR(inst->SrcReg[0].Index)
474 s->Code->inst[newip].inst2 = R500_FC_OP_LOOP
485 s->Code->inst[newip].inst2 = R500_FC_OP_BREAKLOO
    [all...]
r500_fragprog.c 408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
409 inst = code->inst[n].inst2;
442 fprintf(stderr, "\t2:FC_INST 0x%08x:", code->inst[n].inst2);
443 inst = code->inst[n].inst2;
513 if(code->inst[n].inst2 & R500_FC_IGNORE_UNCOVERED){
526 inst = code->inst[n].inst2;
radeon_code.h 232 uint32_t inst2; member in struct:r500_fragment_program_code::__anon31050
  /external/e2fsprogs/misc/
fsck.c 555 struct fsck_instance *inst, *inst2, *prev; local
629 for (inst2 = instance_list; inst2; inst2 = inst2->next) {
630 if (inst2->flags & FLAG_DONE)
632 if (strcmp(inst2->type, "ext2") &&
633 strcmp(inst2->type, "ext3") &&
634 strcmp(inst2->type, "ext4") &&
635 strcmp(inst2->type, "ext4dev")
    [all...]
  /art/runtime/arch/arm/
fault_handler_arm.cc 142 uint16_t inst2 = ptr2[0] | ptr2[1] << 8; local
143 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2;
144 if (inst2 != checkinst2) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 470 struct i915_full_instruction inst2; local
475 inst2 = *inst;
476 inst2.Src[0] = inst->Src[1];
477 inst2.Src[1] = inst->Src[0];
479 emit_simple_arith(p, &inst2, opcode, numArgs, fs);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 470 struct i915_full_instruction inst2; local
475 inst2 = *inst;
476 inst2.Src[0] = inst->Src[1];
477 inst2.Src[1] = inst->Src[0];
479 emit_simple_arith(p, &inst2, opcode, numArgs, fs);
    [all...]

Completed in 455 milliseconds

1 2