Searched defs:LSubI (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1216 class LSubI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1218 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1201 class LSubI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1203 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1213 class LSubI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1215 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1165 class LSubI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1167 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::V8_FINAL
/external/v8/src/ia32/
H A Dlithium-ia32.h898 class LSubI: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
900 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::LSubI
/external/v8/src/arm/
H A Dlithium-arm.h888 class LSubI: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
890 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::LSubI
/external/v8/src/mips/
H A Dlithium-mips.h887 class LSubI: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
889 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::LSubI
/external/v8/src/x64/
H A Dlithium-x64.h885 class LSubI: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
887 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::LSubI

Completed in 131 milliseconds