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

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGexpr.c29 /* The "pick" operator provides an index range of 0..255 indicating
226 # define pick(n) \ macro
231 Debug (1, "Out-of-stack pick\n"); \
433 push (pick (0));
443 push (pick (operand1));
448 push (pick (1));
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl104 { package opcode; # pick up opcodes
182 { package const; # pick up constants, which start with $
217 { package ea; # pick up effective addresses: expr(%reg,%reg,scale)
328 { package register; # pick up registers, which start with %.
370 { package label; # pick up labels, which end with :
437 { package expr; # pick up expressions
504 pick => 0x15, swap => 0x16,
701 { package directive; # pick up directives, which start with .

Completed in 84 milliseconds