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

  /external/chromium_org/v8/test/mjsunit/
unary-minus-deopt.js 36 // Optimized code will contain a LMulI with -1 as right operand.
  /external/v8/src/arm/
lithium-arm.h 585 class LMulI: public LTemplateInstruction<1, 2, 1> {
587 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
lithium-ia32.h 560 class LMulI: public LTemplateInstruction<1, 2, 1> {
562 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-ia32.cc     [all...]
lithium-codegen-ia32.cc 966 void LCodeGen::DoMulI(LMulI* instr) {
    [all...]
  /external/v8/src/mips/
lithium-mips.h 584 class LMulI: public LTemplateInstruction<1, 2, 1> {
586 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-mips.cc     [all...]
lithium-codegen-mips.cc 948 void LCodeGen::DoMulI(LMulI* instr) {
    [all...]
  /external/v8/src/x64/
lithium-x64.h 570 class LMulI: public LTemplateInstruction<1, 2, 0> {
572 LMulI(LOperand* left, LOperand* right) {
    [all...]
lithium-x64.cc     [all...]
lithium-codegen-x64.cc 931 void LCodeGen::DoMulI(LMulI* instr) {
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 670 class LMulI: public LTemplateInstruction<1, 2, 1> {
672 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 678 class LMulI: public LTemplateInstruction<1, 2, 1> {
680 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 678 class LMulI: public LTemplateInstruction<1, 2, 1> {
680 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 666 class LMulI: public LTemplateInstruction<1, 2, 0> {
668 LMulI(LOperand* left, LOperand* right) {
    [all...]
lithium-x64.cc     [all...]
lithium-codegen-x64.cc     [all...]

Completed in 608 milliseconds