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

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGexpr.c197 uint8_t opcode, operands_signature, u8; local
253 operands_signature = operands[opcode];
255 if (unlikely (NUM_OPERANDS (operands_signature) > 0))
258 OPND1_TYPE (operands_signature),
261 if (NUM_OPERANDS (operands_signature) > 1)
263 OPND2_TYPE (operands_signature),

Completed in 71 milliseconds