OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nearop
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c
463
if (jmp->
nearop
.len == 0)
466
x86_opcode_print(&jmp->
nearop
, f, indent_level+1);
679
if (jmp->
nearop
.len == 0) {
687
bc->len += jmp->
nearop
.len;
692
if (jmp->op_sel == JMP_SHORT_FORCED || jmp->
nearop
.len == 0) {
712
if (jmp->op_sel == JMP_SHORT_FORCED || jmp->
nearop
.len == 0) {
718
bc->len += jmp->
nearop
.len;
747
if (jmp->op_sel == JMP_SHORT_FORCED || jmp->
nearop
.len == 0) {
758
bc->len += jmp->
nearop
.len;
[
all
...]
x86arch.h
267
x86_opcode shortop,
nearop
;
member in struct:x86_jmp
x86id.c
557
jmp->
nearop
.len = 0;
558
for (; num_info>0 && (jmp->shortop.len == 0 || jmp->
nearop
.len == 0);
589
x86_finalize_opcode(&jmp->
nearop
, info);
592
jmp->
nearop
.opcode[1] += mod_data[i];
601
if ((jmp->op_sel == JMP_NEAR_FORCED) && (jmp->
nearop
.len == 0))
606
if (jmp->
nearop
.len == 0)
[
all
...]
Completed in 595 milliseconds