OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kx86jmp32
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/x86/
target_x86.cc
507
return (lir->opcode == kX86Jmp8 || lir->opcode ==
kX86Jmp32
);
assemble_x86.cc
[
all
...]
x86_lir.h
363
kX86Jmp8,
kX86Jmp32
, // jmp rel8/32; lir operands - 0: rel, target assigned
Completed in 1472 milliseconds