Searched refs:inst2 (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetable_test.cc41 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, mode
38 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
[all...]
H A Ddecodetable_test.cc44 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, mode
41 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
428 unsigned char inst2 = inst_mode2; local
[all...]
H A Ddecodetable.cc69 instruction_type = code_table_data_->inst2[opcode];
79 if (code_table_data_->inst2[opcode] != VCD_NOOP) {
H A Dcodetable.h65 // 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
H A Dinstruction_map.cc160 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],
H A Dinstruction_map_test.cc35 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[opcod
123 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
164 VerifyExerciseSecondInstruction( unsigned char expected_opcode, unsigned char inst1, unsigned char size1, unsigned char mode1, unsigned char inst2, unsigned char size2, unsigned char mode2) argument
576 unsigned char inst2 = inst_mode2; local
[all...]
H A Dencodetable_test.cc52 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, mode
49 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
[all...]
H A Dcodetable.cc77 // inst2
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
252 (inst2[i] == VCD_NOOP) &&
H A Dvcdecoder4_test.cc965 EXPECT_EQ(custom_code_table.inst2[i], decoded_table->inst2[i]);
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dtrace.c433 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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c531 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
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c531 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c309 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
[all...]
H A Dr500_fragprog.c408 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;
H A Dradeon_code.h232 uint32_t inst2; member in struct:r500_fragment_program_code::__anon13871
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c309 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
[all...]
H A Dr500_fragprog.c408 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;
H A Dradeon_code.h232 uint32_t inst2; member in struct:r500_fragment_program_code::__anon27282
/external/e2fsprogs/misc/
H A Dfsck.c555 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_translate.c470 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);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c470 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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_fs.c290 OUT_CB(code->inst[i].inst2);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c290 OUT_CB(code->inst[i].inst2);
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c633 struct jit_instr inst2 = inst_buf[2]; local
669 inst_buf[2] = inst2;
687 inst_buf[0] = inst2;
707 inst_buf[2] = inst2;
725 inst_buf[1] = inst2;

Completed in 369 milliseconds