HomeSort by relevance Sort by last modified time
    Searched refs:start_label (Results 1 - 3 of 3) sorted by null

  /art/runtime/interpreter/mterp/
gen_mterp.py 282 start_label = global_name_format % "artMterpAsmInstructionStart"
286 asm_fp.write("\n .global %s\n" % start_label)
287 asm_fp.write(" " + (function_type_format % start_label) + "\n");
288 asm_fp.write("%s = " % start_label + label_prefix + "_op_nop\n")
313 asm_fp.write(" " + (function_size_format % (start_label, start_label)) + "\n")
349 start_label = global_name_format % "artMterpAsmAltInstructionStart"
353 asm_fp.write("\n .global %s\n" % start_label)
354 asm_fp.write(" " + (function_type_format % start_label) + "\n");
356 asm_fp.write("%s = " % start_label + label_prefix + "_ALT_op_nop\n"
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
vle.d 22 30: 78 00 00 01 e_bl 30 <start_label\+0x30>
24 34: 7a 03 ff cc e_bns 0 <start_label>
25 38: 7a 1f 00 01 e_bsol cr3,38 <start_label\+0x38>
150 19a: 79 ff fe 67 e_bl 0 <start_label>
vle.s 46 start_label: label
60 e_bc 0,3,start_label
184 e_bl start_label

Completed in 57 milliseconds