Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1882 InstructionCode no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop() local
1886 no_output_opcode = kArmCmn; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1890 no_output_opcode = kArmTst; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1894 no_output_opcode = kArmOrr; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1898 no_output_opcode = kArmTeq; in MaybeReplaceCmpZeroWithFlagSettingBinop()
1906 *opcode = no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc2229 ArchOpcode no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop() local
2234 no_output_opcode = kArm64Cmn32; in MaybeReplaceCmpZeroWithFlagSettingBinop()
2239 no_output_opcode = kArm64Tst32; in MaybeReplaceCmpZeroWithFlagSettingBinop()
2249 *opcode = no_output_opcode; in MaybeReplaceCmpZeroWithFlagSettingBinop()

Completed in 14 milliseconds