summaryrefslogtreecommitdiff
path: root/tool/rjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 00:00:18 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 00:00:18 -0700
commitdc28ccbb6dd0921a75ed21e9d5a6c6c05a0deecf (patch)
treee8bb05331d66d17cdddc279286e2182980cabc9c /tool/rjit
parent93e05aaa74365d24960595832b5b01a050fd6f80 (diff)
downloadruby-dc28ccbb6dd0921a75ed21e9d5a6c6c05a0deecf.tar.gz
RJIT: Implement getspecial insn
Diffstat (limited to 'tool/rjit')
-rwxr-xr-xtool/rjit/bindgen.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index f1376cb1eb..bcc4ee954a 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -518,6 +518,12 @@ generator = BindingGenerator.new(
rjit_record_exit_stack
rb_ivar_defined
rb_vm_throw
+ rb_backref_get
+ rb_reg_last_match
+ rb_reg_match_pre
+ rb_reg_match_post
+ rb_reg_match_last
+ rb_reg_nth_match
],
types: %w[
CALL_DATA