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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl517 constu => 0x10, # uleb128
519 plus_uconst => 0x23, # uleb128
525 bregx => 0x92, # uleb128, sleb128
526 piece => 0x93, # uleb128
566 sub uleb128 {
614 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));
617 push @ret,$DW_OP_complex{plus_uconst},uleb128($i);
565 sub uleb128 { subroutine

Completed in 23 milliseconds