Searched refs:EmitBinaryOp (Results 1 - 12 of 12) sorted by relevance

/external/gemmlowp/meta/generators/
H A Dcc_emitter.py52 self.EmitBinaryOp(variable, '=', value)
55 self.EmitBinaryOp(variable, '+=', value)
57 def EmitBinaryOp(self, operand_1, op, operand_2): member in class:CCEmitter
/external/v8/src/full-codegen/
H A Dfull-codegen.h599 void EmitBinaryOp(BinaryOperation* expr, Token::Value op);
H A Dfull-codegen.cc821 EmitBinaryOp(expr, op);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc1764 EmitBinaryOp(expr->binary_operation(), op);
1900 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc1699 EmitBinaryOp(expr->binary_operation(), op);
1976 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc1727 EmitBinaryOp(expr->binary_operation(), op);
1971 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc1691 EmitBinaryOp(expr->binary_operation(), op);
1968 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc1786 EmitBinaryOp(expr->binary_operation(), op);
2069 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc1781 EmitBinaryOp(expr->binary_operation(), op);
2070 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc1782 EmitBinaryOp(expr->binary_operation(), op);
2070 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc1744 EmitBinaryOp(expr->binary_operation(), op);
2072 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc1703 EmitBinaryOp(expr->binary_operation(), op);
2030 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator

Completed in 172 milliseconds