Home
last modified time | relevance | path

Searched defs:carry_out (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp4183 bool carry_out = ctx.uses[instr->definitions[1].tempId()] > 0; in combine_instruction() local
4192 bool carry_out = in combine_instruction() local
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1304 int32_t Simulator::GetShiftRm(Instruction* instr, bool* carry_out) { in GetShiftRm()
1455 int32_t Simulator::GetImm(Instruction* instr, bool* carry_out) { in GetImm()
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc7716 uint64_t carry_out = (val_and_flags.second >> 1) & 1; in adcl() local