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.cc1684 InstructionCode no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop() local
1688 no_output_opcode = kArmCmn; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1692 no_output_opcode = kArmTst; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1696 no_output_opcode = kArmOrr; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1700 no_output_opcode = kArmTeq; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1709 *opcode = no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1856 ArchOpcode no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop() local
1861 no_output_opcode = kArm64Cmn32; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1866 no_output_opcode = kArm64Tst32; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1877 *opcode = no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop()