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

1 2 3 4 5 6

  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 31 u2 vA, vB;
33 vB = INST_B(inst);
34 get_virtual_reg(vB, OpndSize_32, 1, false/*isPhysical*/);
43 u2 vA, vB;
45 vB = FETCH(1);
46 get_virtual_reg(vB, OpndSize_32, 1, false);
55 u2 vA, vB;
57 vB = FETCH(2);
58 get_virtual_reg(vB, OpndSize_32, 1, false);
69 u2 vB = INST_B(inst)
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
funop.S 11 /* unop vA, vB */
12 flds s0, [r1] @ s0<- vB
funopNarrower.S 11 /* unop vA, vB */
12 fldd d0, [r1] @ d0<- vB
funopWider.S 11 /* unop vA, vB */
12 flds s0, [r1] @ s0<- vB
  /dalvik/vm/mterp/mips/
OP_IGET_QUICK.S 4 # op vA, vB, offset /* CCCC */
OP_IGET_WIDE_QUICK.S 3 # iget-wide-quick vA, vB, offset /* CCCC */
  /dalvik/vm/mterp/x86/
OP_IGET_QUICK.S 4 /* op vA, vB, offset@CCCC */
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
OP_IGET_WIDE_QUICK.S 4 /* op vA, vB, offset@CCCC */
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
OP_IPUT_OBJECT_QUICK.S 4 /* op vA, vB, offset@CCCC */
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
OP_IPUT_QUICK.S 4 /* op vA, vB, offset@CCCC */
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
OP_IPUT_WIDE_QUICK.S 4 /* op vA, vB, offset@CCCC */
7 GET_VREG_R %ecx %ecx # vB (object we're operating on)
  /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/vm/compiler/template/mips/
funopNarrower.S 21 LOAD64(rARG0, rARG1, t0) # a0/a1<- vB/vB+1
funopWider.S 12 /* unop vA, vB */
15 LOAD(a0, a1) # a0<- vB
22 LOAD_F(fa0, a1) # fa0<- vB
  /dalvik/vm/mterp/arm-vfp/
fbinop2addr.S 8 /* binop/2addr vA, vB */
11 VREG_INDEX_TO_ADDR(r3, r3) @ r3<- &vB
13 flds s1, [r3] @ s1<- vB
fbinopWide2addr.S 9 /* binop/2addr vA, vB */
12 VREG_INDEX_TO_ADDR(r3, r3) @ r3<- &vB
14 fldd d1, [r3] @ d1<- vB
funop.S 7 /* unop vA, vB */
10 VREG_INDEX_TO_ADDR(r3, r3) @ r3<- &vB
11 flds s0, [r3] @ s0<- vB
funopNarrower.S 7 /* unop vA, vB */
10 VREG_INDEX_TO_ADDR(r3, r3) @ r3<- &vB
11 fldd d0, [r3] @ d0<- vB
funopWider.S 7 /* unop vA, vB */
10 VREG_INDEX_TO_ADDR(r3, r3) @ r3<- &vB
11 flds s0, [r3] @ s0<- vB
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 7 GET_VREG(r0, r1) @ r0<- vB (object ref)
14 SET_VREG(r3, r2) @ vB<- length
  /dalvik/vm/mterp/armv6t2/
OP_ARRAY_LENGTH.S 7 GET_VREG(r0, r1) @ r0<- vB (object ref)
13 SET_VREG(r3, r2) @ vB<- length
unopNarrower.S 12 /* unop vA, vB */
16 ldmia r3, {r0-r1} @ r0/r1<- vB/vB+1

Completed in 152 milliseconds

1 2 3 4 5 6