Home
last modified time | relevance | path

Searched refs:OpCode (Results 1 – 2 of 2) sorted by relevance

/php-src/
H A DUPGRADING.INTERNALS9 4. OpCode changes
226 4. OpCode changes
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c102 }OpCode; typedef
929 #define GET_OPCODE(i)(cast(OpCode,((i)>>0)&MASK1(6,0)))
2393 static int luaK_codeABx(FuncState*fs,OpCode o,int A,unsigned int Bx);
2394 static int luaK_codeABC(FuncState*fs,OpCode o,int A,int B,int C);
3034 static int condjump(FuncState*fs,OpCode op,int A,int B,int C){
3483 static int constfolding(OpCode op,expdesc*e1,expdesc*e2){
3507 static void codearith(FuncState*fs,OpCode op,expdesc*e1,expdesc*e2){
3525 static void codecomp(FuncState*fs,OpCode op,int cond,expdesc*e1,
3639 static int luaK_codeABC(FuncState*fs,OpCode o,int a,int b,int c){
3642 static int luaK_codeABx(FuncState*fs,OpCode o,int a,unsigned int bc){
[all …]

Completed in 19 milliseconds