Searched refs:Instruction (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/xml/tests/ |
H A D | xml_error_string_basic_libxml.phpt | 18 string(35) "Processing Instruction not finished"
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 219 typedef lu_int32 Instruction; typedef 294 Instruction*code; 426 const Instruction*savedpc; 468 const Instruction*savedpc; 941 …REATE_ABC(o,a,b,c)((cast(Instruction,o)<<0)|(cast(Instruction,a)<<(0+6))|(cast(Instruction,b)<<(((… 942 #define CREATE_ABx(o,a,bc)((cast(Instruction,o)<<0)|(cast(Instruction,a)<<(0+6))|(cast(Instruction,… 3002 Instruction*previous; 3257 Instruction*pc=&getcode(fs,e); 3395 Instruction ie=getcode(fs,e); 4949 const Instruction*pc; [all …]
|
Completed in 18 milliseconds