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

  /external/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 796 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
798 LMulI(LOperand* left, LOperand* right) {
    [all...]
lithium-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/arm64/
lithium-arm64.h     [all...]
lithium-arm64.cc     [all...]
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/ia32/
lithium-ia32.h 824 class LMulI FINAL : public LTemplateInstruction<1, 2, 1> {
826 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
lithium-mips.h 791 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
793 LMulI(LOperand* left, LOperand* right) {
    [all...]
lithium-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
  /external/v8/src/mips64/
lithium-mips64.h 790 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
792 LMulI(LOperand* left, LOperand* right) {
    [all...]
lithium-mips64.cc     [all...]
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/x64/
lithium-x64.h 824 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
826 LMulI(LOperand* left, LOperand* right) {
    [all...]
lithium-x64.cc     [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/x87/
lithium-x87.h 842 class LMulI FINAL : public LTemplateInstruction<1, 2, 1> {
844 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
    [all...]
lithium-x87.cc     [all...]
lithium-codegen-x87.cc     [all...]

Completed in 642 milliseconds