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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB);
98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB);
102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB);
106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB);
108 /** vector float mult add: vD = vA * vB + vC */
110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
112 /** vector float negative mult subtract: vD = vA - vB * vC */
114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB);
122 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB);
    [all...]
rtasm_ppc.c 294 unsigned vB:5;
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB,
307 inst.inst.vB = vB;
313 printf(format, vD, vB, vA);
315 printf(format, vD, vA, vB);
326 unsigned vB:5;
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB,
340 inst.inst.vB = vB;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB);
98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB);
102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB);
106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB);
108 /** vector float mult add: vD = vA * vB + vC */
110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
112 /** vector float negative mult subtract: vD = vA - vB * vC */
114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB);
122 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB);
    [all...]
rtasm_ppc.c 294 unsigned vB:5;
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB,
307 inst.inst.vB = vB;
313 printf(format, vD, vB, vA);
315 printf(format, vD, vA, vB);
326 unsigned vB:5;
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB,
340 inst.inst.vB = vB;
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 305 int vB = ((CstInteger) cB).getValue();
308 constantSuccessor = (vA == vB);
311 constantSuccessor = (vA != vB);
314 constantSuccessor = (vA < vB);
317 constantSuccessor = (vA >= vB);
320 constantSuccessor = (vA <= vB);
323 constantSuccessor = (vA > vB);
402 int vB = ((CstInteger) cB).getValue();
406 vR = vA + vB;
411 vR = vB - vA
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 306 int vB = ((CstInteger) cB).getValue();
309 constantSuccessor = (vA == vB);
312 constantSuccessor = (vA != vB);
315 constantSuccessor = (vA < vB);
318 constantSuccessor = (vA >= vB);
321 constantSuccessor = (vA <= vB);
324 constantSuccessor = (vA > vB);
403 int vB = ((CstInteger) cB).getValue();
407 vR = vA + vB;
412 vR = vB - vA
    [all...]
  /dalvik/libdex/
InstrUtils.cpp 504 case kFmt12x: // op vA, vB
506 pDec->vB = INST_B(inst);
510 pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value
525 pDec->vB = FETCH(1);
530 pDec->vB = (s2) FETCH(1); // sign-extend 16-bit value
539 pDec->vB = FETCH(1);
543 pDec->vB = FETCH(1) & 0xff;
548 pDec->vB = FETCH(1) & 0xff;
551 case kFmt22s: // op vA, vB, #+CCCC
552 case kFmt22t: // op vA, vB, +CCC
    [all...]
InstrUtils.h 35 kFmt12x, // op vA, vB
48 kFmt22t, // op vA, vB, +CCCC
49 kFmt22s, // op vA, vB, #+CCCC
50 kFmt22c, // op vA, vB, thing@CCCC
51 kFmt22cs, // [opt] op vA, vB, field offset CCCC
131 u4 vB;
  /dalvik/dexdump/
DexDump.cpp 728 index = pDecInsn->vB;
732 index = pDecInsn->vB;
898 case kFmt12x: // op vA, vB
899 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
903 pDecInsn->vA, (s4)pDecInsn->vB, (u1)pDecInsn->vB);
919 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
923 s4 targ = (s4) pDecInsn->vB;
932 pDecInsn->vA, (s4)pDecInsn->vB, (u2)pDecInsn->vB);
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 710 uint32_t vB = mir->dalvikInsn.vB;
789 ::llvm::Constant* imm_value = irb_->getJInt(vB);
798 int64_t imm = static_cast<int32_t>(vB);
806 ::llvm::Constant* imm_value = irb_->getJInt(vB << 16);
820 int64_t imm = static_cast<int64_t>(vB) << 48;
828 ConvertSput(vB, art::llvm::IntrinsicHelper::HLSputObject,
833 ConvertSput(vB, art::llvm::IntrinsicHelper::HLSputFloat,
836 ConvertSput(vB, art::llvm::IntrinsicHelper::HLSput, rl_src[0]);
840 ConvertSput(vB, art::llvm::IntrinsicHelper::HLSputBoolean
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 385 uint32_t vB = mir->dalvikInsn.vB;
498 GenConst(rl_dest, vB);
502 GenConst(rl_dest, vB << 16);
507 GenConstWide(rl_dest, static_cast<int64_t>(static_cast<int32_t>(vB)));
516 LoadConstantWide(rl_result.reg, static_cast<int64_t>(vB) << 48);
529 GenCheckCast(mir->offset, vB, rl_src[0]);
537 GenNewInstance(vB, rl_dest);
557 GenConstString(vB, rl_dest);
561 GenConstClass(vB, rl_dest)
    [all...]
dex_file_method_inliner.cc     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
  /art/compiler/dex/
mir_optimization.cc 63 int32_t vB = static_cast<int32_t>(d_insn->vB);
68 SetConstant(mir->ssa_rep->defs[0], vB);
71 SetConstant(mir->ssa_rep->defs[0], vB << 16);
75 SetConstantWide(mir->ssa_rep->defs[0], static_cast<int64_t>(vB));
81 SetConstantWide(mir->ssa_rep->defs[0], static_cast<int64_t>(vB) << 48);
392 mir_next->dalvikInsn.vA = mir->dalvikInsn.vB;
393 mir_next->dalvikInsn.vB = mir->dalvikInsn.vC;
488 if_true->dalvikInsn.vB = ConstantValue(if_true->ssa_rep->uses[0]);
489 if_false->dalvikInsn.vB = ConstantValue(if_false->ssa_rep->uses[0])
    [all...]
mir_graph.cc 144 decoded_instruction->vB = inst->HasVRegB() ? inst->VRegB() : 0;
425 target += insn->dalvikInsn.vB;
469 reinterpret_cast<const uint16_t*>(GetCurrentInsns() + cur_offset + insn->dalvikInsn.vB);
    [all...]
mir_dataflow.cc 36 // 01 MOVE vA, vB
45 // 04 MOVE_WIDE vA, vB
54 // 07 MOVE_OBJECT vA, vB
129 // 20 INSTANCE_OF vA, vB, type@CCCC
132 // 21 ARRAY_LENGTH vA, vB
138 // 23 NEW_ARRAY vA, vB, type@CCCC
183 // 32 IF_EQ vA, vB, +CCCC
186 // 33 IF_NE vA, vB, +CCCC
189 // 34 IF_LT vA, vB, +CCCC
192 // 35 IF_GE vA, vB, +CCC
    [all...]
local_value_numbering.cc     [all...]
mir_graph.h 276 uint32_t vB;
282 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) {
    [all...]
vreg_analysis.cc 259 int target_idx = mir->dalvikInsn.vB;
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 354 vector unsigned short vR, vG, vB;
361 vB = vec_sl((vector unsigned short)vsrc, v3);
362 vG = vec_sl(vB, v2);
365 vdst1 = vec_perm(vdst1, (vector unsigned char)vB, vblue1);
371 vdst2 = vec_perm(vdst2, (vector unsigned char)vB, vblue2);
499 vector unsigned short vR, vG, vB;
506 vB = vec_sl((vector unsigned short)vsrc, v3);
507 vG = vec_sl(vB, v3);
510 vdst1 = vec_perm(vdst1, (vector unsigned char)vB, vblue1);
516 vdst2 = vec_perm(vdst2, (vector unsigned char)vB, vblue2)
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc     [all...]
  /art/compiler/sea_ir/ir/
sea.cc 672 int vB = instruction_->VRegB();
673 uses.push_back(vB);

Completed in 802 milliseconds

1 2