/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 | 292 unsigned vD:5; 300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, 305 inst.inst.vD = vD; 313 printf(format, vD, vB, vA); 315 printf(format, vD, vA, vB); 324 unsigned vD:5; 333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, 338 inst.inst.vD = vD; [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 | 292 unsigned vD:5; 300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, 305 inst.inst.vD = vD; 313 printf(format, vD, vB, vA); 315 printf(format, vD, vA, vB); 324 unsigned vD:5; 333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, 338 inst.inst.vD = vD; [all...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerInvoke.cpp | 78 int common_invoke_virtual_nohelper(bool isRange, u2 tmp, u2 vD) { 94 get_virtual_reg(vD, OpndSize_32, 5, false); 95 simpleNullCheck(5, false, vD); 120 int common_invoke_virtual(bool isRange, u2 tmp, u2 vD) { 121 return common_invoke_virtual_nohelper(isRange, tmp, vD); 191 int common_invoke_direct(bool isRange, u2 tmp, u2 vD) { 197 get_virtual_reg(vD, OpndSize_32, 5, false); 198 simpleNullCheck(5, false, vD); 267 int common_invoke_interface(bool isRange, u2 tmp, u2 vD) { 283 get_virtual_reg(vD, OpndSize_32, 1, false) [all...] |
BytecodeVisitor.cpp | [all...] |
/dalvik/vm/mterp/mips/ |
OP_INVOKE_VIRTUAL_QUICK.S | 9 # op vB, {vD, vE, vF, vG, vA}, class /* CCCC */
|
OP_INVOKE_SUPER_QUICK.S | 9 # op vB, {vD, vE, vF, vG, vA}, class /* CCCC */
|
OP_INVOKE_DIRECT.S | 14 # op vB, {vD, vE, vF, vG, vA}, class /* CCCC */
|
OP_INVOKE_VIRTUAL.S | 10 # op vB, {vD, vE, vF, vG, vA}, class /* CCCC */
|
OP_FILLED_NEW_ARRAY.S | 9 # op vB, {vD, vE, vF, vG, vA}, class /* CCCC */ 85 GET_VREG(a3, a2) # a3 <- vF/vE/vD/vC
|
OP_INVOKE_STATIC.S | 9 # op vB, {vD, vE, vF, vG, vA}, class /* CCCC */
|
OP_INVOKE_SUPER.S | 9 # op vB, {vD, vE, vF, vG, vA}, class /* CCCC */
|
OP_EXECUTE_INLINE.S | 16 /* [opt] execute-inline vAA, {vC, vD, vE, vF}, inline@BBBB */ 67 lw a1, 0(t1) # a1 <- vD
|
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 16 /* [opt] execute-inline vAA, {vC, vD, vE, vF}, inline@BBBB */ 58 ldr r1, [rFP, ip, lsr #2] @ r1<- vD
|
OP_FILLED_NEW_ARRAY.S | 9 /* op vB, {vD, vE, vF, vG, vA}, class@CCCC */ 76 GET_VREG(r3, r2) @ r3<- vF/vE/vD/vC
|
footer.S | 539 ldr r2, [rFP, ip, lsl #2] @ r2<- vD 541 str r2, [r10, #-4]! @ *--outs = vD [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 1207 const LValue *vd = (*d)->get()->asLValue(); local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 1207 const LValue *vd = (*d)->get()->asLValue(); local [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 489 movl (rFP, %ecx, 4), %ecx # %ecx<- vD 490 movl %ecx, -4(%edx) # *--outs<- vD [all...] |
/external/valgrind/main/VEX/priv/ |
guest_ppc_toIR.c | [all...] |
host_arm_defs.c | [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-mips.S | [all...] |
InterpAsm-armv5te-vfp.S | [all...] |
InterpAsm-armv5te.S | [all...] |