Searched refs:carry_out (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 286 let OutOperandList = (outs type0:$dst, type1:$carry_out); 293 let OutOperandList = (outs type0:$dst, type1:$carry_out); 301 let OutOperandList = (outs type0:$dst, type1:$carry_out); 308 let OutOperandList = (outs type0:$dst, type1:$carry_out); 315 let OutOperandList = (outs type0:$dst, type1:$carry_out); 323 let OutOperandList = (outs type0:$dst, type1:$carry_out);
|
/external/boringssl/src/crypto/curve25519/ |
D | spake25519.c | 342 const uint32_t carry_out = s->words[i] >> 31; in scalar_double() local 344 carry = carry_out; in scalar_double()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1306 int32_t Simulator::GetShiftRm(Instruction* instr, bool* carry_out) { in GetShiftRm() argument 1323 *carry_out = true; in GetShiftRm() 1326 *carry_out = false; in GetShiftRm() 1330 *carry_out = (result & 1) == 1; in GetShiftRm() 1338 *carry_out = c_flag_; in GetShiftRm() 1341 *carry_out = (result < 0); in GetShiftRm() 1350 *carry_out = c_flag_; in GetShiftRm() 1354 *carry_out = (uresult & 1) == 1; in GetShiftRm() 1363 *carry_out = c_flag_; in GetShiftRm() 1368 *carry_out = (static_cast<uint32_t>(result) >> 31) != 0; in GetShiftRm() [all …]
|
D | simulator-arm.h | 249 int32_t GetShiftRm(Instruction* instr, bool* carry_out); 250 int32_t GetImm(Instruction* instr, bool* carry_out);
|
/external/v8/src/ppc/ |
D | simulator-ppc.h | 226 int32_t GetShiftRm(Instruction* instr, bool* carry_out); 227 int32_t GetImm(Instruction* instr, bool* carry_out);
|
/external/v8/src/s390/ |
D | simulator-s390.h | 221 int32_t GetShiftRm(Instruction* instr, bool* carry_out); 222 int32_t GetImm(Instruction* instr, bool* carry_out);
|