Searched refs:emit_add (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c1187 emit_add( func, 0, 4 ); /* x * dadx + a0 */
1188 emit_add( func, 0, 2 ); /* x * dadx + y * dady + a0 */
1202 emit_add( func, 0, 5 ); /* x * dadx + a0 */
1203 emit_add( func, 0, 2 ); /* x * dadx + y * dady + a0 */
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c1187 emit_add( func, 0, 4 ); /* x * dadx + a0 */
1188 emit_add( func, 0, 2 ); /* x * dadx + y * dady + a0 */
1202 emit_add( func, 0, 5 ); /* x * dadx + a0 */
1203 emit_add( func, 0, 2 ); /* x * dadx + y * dady + a0 */
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h1377 void emit_add(Register dst, Register src, int size) { function in struct:v8::internal::XMMRegister
1381 void emit_add(Register dst, Immediate src, int size) { function in struct:v8::internal::XMMRegister
1385 void emit_add(Register dst, const Operand& src, int size) { function in struct:v8::internal::XMMRegister
1389 void emit_add(const Operand& dst, Register src, int size) { function in struct:v8::internal::XMMRegister
1393 void emit_add(const Operand& dst, Immediate src, int size) { function in struct:v8::internal::XMMRegister

Completed in 95 milliseconds