Searched defs:neg_thres (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-align.c58 long new_val, /*@out@*/ long *neg_thres,
123 long neg_thres = 0; local
126 if (bc_align_expand(bc, 0, 0, (long)bc->offset, &neg_thres,
135 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
134 bc_align_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
H A Dbc-org.c52 long new_val, /*@out@*/ long *neg_thres,
95 long neg_thres = 0; local
98 if (bc_org_expand(bc, 0, 0, (long)bc->offset, &neg_thres, &pos_thres) < 0)
106 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
105 bc_org_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
H A Dbytecode.c67 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
285 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
296 return bc->callback->expand(bc, span, old_val, new_val, neg_thres,
66 yasm_bc_expand_common(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
284 yasm_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
H A Dsection.c858 long neg_thres; member in struct:yasm_span
888 long neg_thres, long pos_thres, yasm_offset_setter *os)
903 span->neg_thres = neg_thres;
916 const yasm_value *value, long neg_thres, long pos_thres)
920 span = create_span(bc, id, value, neg_thres, pos_thres, optd->os);
1045 return (span->new_val < span->neg_thres
1072 long neg_thres = 0; local
1076 &neg_thres, &pos_thres);
1375 span->new_val, &span->neg_thres,
887 create_span(yasm_bytecode *bc, int id, const yasm_value *value, long neg_thres, long pos_thres, yasm_offset_setter *os) argument
915 optimize_add_span(void *add_span_data, yasm_bytecode *bc, int id, const yasm_value *value, long neg_thres, long pos_thres) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3bbc.c43 long new_val, /*@out@*/ long *neg_thres,
161 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
160 lc3b_bc_insn_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dwin64-except.c47 long new_val, /*@out@*/ long *neg_thres,
62 long new_val, /*@out@*/ long *neg_thres,
255 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
424 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
254 win64_uwinfo_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
423 win64_uwcode_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86bc.c43 long new_val, /*@out@*/ long *neg_thres,
56 long new_val, /*@out@*/ long *neg_thres,
630 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
735 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
629 x86_bc_insn_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument
734 x86_bc_jmp_expand(yasm_bytecode *bc, int span, long old_val, long new_val, long *neg_thres, long *pos_thres) argument

Completed in 241 milliseconds