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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl518 consts => 0x11, # sleb128
522 breg0 => 0x70, # add 0-31 to opcole, sleb128
524 fbreg => 0x91, # sleb128
525 bregx => 0x92, # uleb128, sleb128
545 sub sleb128 {
587 return ($DW_OP_complex{consts}, sleb128($val));
597 return (($DW_OP_complex{breg0} + $reg), sleb128($off));
614 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));
544 sub sleb128 { subroutine

Completed in 20 milliseconds