/external/gemmlowp/meta/generators/ |
H A D | cc_emitter.py | 52 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 D | full-codegen.h | 599 void EmitBinaryOp(BinaryOperation* expr, Token::Value op);
|
H A D | full-codegen.cc | 821 EmitBinaryOp(expr, op);
|
/external/v8/src/full-codegen/arm64/ |
H A D | full-codegen-arm64.cc | 1764 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 D | full-codegen-ia32.cc | 1699 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 D | full-codegen-x64.cc | 1727 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 D | full-codegen-x87.cc | 1691 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 D | full-codegen-arm.cc | 1786 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 D | full-codegen-mips.cc | 1781 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 D | full-codegen-mips64.cc | 1782 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 D | full-codegen-ppc.cc | 1744 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 D | full-codegen-s390.cc | 1703 EmitBinaryOp(expr->binary_operation(), op); 2030 void FullCodeGenerator::EmitBinaryOp(BinaryOperation* expr, Token::Value op) { function in class:v8::internal::FullCodeGenerator
|