Home
last modified time | relevance | path

Searched refs:no_output_opcode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1749 InstructionCode no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop() local
1753 no_output_opcode = kArmCmn; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1757 no_output_opcode = kArmTst; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1761 no_output_opcode = kArmOrr; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1765 no_output_opcode = kArmTeq; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1774 *opcode = no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2087 ArchOpcode no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop() local
2092 no_output_opcode = kArm64Cmn32; in MaybeReplaceCmpZeroWithFlagSettingBinop()
2097 no_output_opcode = kArm64Tst32; in MaybeReplaceCmpZeroWithFlagSettingBinop()
2108 *opcode = no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop()