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

/external/v8/src/arm/
H A Dlithium-arm.h1053 class LBitNotI: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1055 explicit LBitNotI(LOperand* value) { function in class:v8::internal::LBitNotI
H A Dlithium-arm.cc1299 return DefineAsRegister(new(zone()) LBitNotI(value));
H A Dlithium-codegen-arm.cc1480 void LCodeGen::DoBitNotI(LBitNotI* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1054 class LBitNotI: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1056 explicit LBitNotI(LOperand* value) { function in class:v8::internal::LBitNotI
H A Dlithium-ia32.cc1334 LBitNotI* result = new(zone()) LBitNotI(input);
H A Dlithium-codegen-ia32.cc1300 void LCodeGen::DoBitNotI(LBitNotI* instr) {
/external/v8/src/mips/
H A Dlithium-mips.h1033 class LBitNotI: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1035 explicit LBitNotI(LOperand* value) { function in class:v8::internal::LBitNotI
H A Dlithium-mips.cc1300 return DefineAsRegister(new(zone()) LBitNotI(value));
H A Dlithium-codegen-mips.cc1299 void LCodeGen::DoBitNotI(LBitNotI* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc1289 LBitNotI* result = new(zone()) LBitNotI(input);
H A Dlithium-x64.h1032 class LBitNotI: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1034 explicit LBitNotI(LOperand* value) { function in class:v8::internal::LBitNotI
H A Dlithium-codegen-x64.cc1269 void LCodeGen::DoBitNotI(LBitNotI* instr) {

Completed in 158 milliseconds