Home
last modified time | relevance | path

Searched refs:OP_JUMP (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c872 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node()
890 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node()
896 r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); in compile_quantifier_node()
915 r = add_opcode_rel_addr(reg, OP_JUMP, tlen); in compile_quantifier_node()
952 r = add_opcode_rel_addr(reg, OP_JUMP, tlen); in compile_quantifier_node()
1074 r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH_OR_JUMP_EXACT1); in compile_quantifier_node()
1076 r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH_IF_PEEK_NEXT); in compile_quantifier_node()
1078 r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH); in compile_quantifier_node()
1081 r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_JUMP); in compile_quantifier_node()
1098 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node()
[all …]
Dregint.h511 OP_JUMP, enumerator
Dregexec.c2355 case OP_JUMP: in match_at()
2425 case OP_JUMP: MOP_IN(OP_JUMP); in match_at()