Home
last modified time | relevance | path

Searched defs:jmp (Results 1 – 5 of 5) sorted by relevance

/hardware/google/apf/
Ddisassembler.c372 bool jmp = imm3 & 1; in apf_disassemble() local
/hardware/google/apf/v7/
Dapf_interpreter_source.c475 bool jmp = imm3 & 1; // =0 jmp on match, =1 jmp on no match in do_apf_run() local
Dapf_interpreter.c1021 Boolean jmp = imm3 & 1; /* =0 jmp on match, =1 jmp on no match */ in do_apf_run() local
/hardware/google/apf/devtools/
Dapf_interpreter.c1021 Boolean jmp = imm3 & 1; /* =0 jmp on match, =1 jmp on no match */ in do_apf_run() local
/hardware/google/apf/v6/
Dapf_interpreter.c1011 Boolean jmp = imm3 & 1; /* =0 jmp on match, =1 jmp on no match */ in do_apf_run() local