Searched refs:lo16 (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dunwind_test_ppc.s92 lfs f14,lo16(LC14)(r2)
94 lfs f15,lo16(LC15)(r2)
96 lfs f16,lo16(LC16)(r2)
98 lfs f17,lo16(LC17)(r2)
100 lfs f18,lo16(LC18)(r2)
102 lfs f19,lo16(LC19)(r2)
104 lfs f20,lo16(LC20)(r2)
106 lfs f21,lo16(LC21)(r2)
108 lfs f22,lo16(LC22)(r2)
110 lfs f23,lo16(LC2
[all...]
/macosx-10.9.5/Csu-79/
H A Ddyld_glue.s55 lwz r12,lo16(Ldyld_content_lazy_binder-L1)(r12)
59 lwz r12,lo16(dyld__mach_header-L1)(r12)
63 lwz r12,lo16(Ldyld_content_lazy_binder)(r12)
66 la r12,lo16(___dso_handle)(r12)
80 ld r12,lo16(Ldyld_content_lazy_binder-L1)(r12)
84 ld r12,lo16(dyld__mach_header-L1)(r12)
185 lwz r11,lo16(Ldyld_content_func_lookup-L2)(r11)
190 lwz r11,lo16(Ldyld_content_func_lookup)(r11)
201 ld r11,lo16(Ldyld_content_func_lookup-L2)(r11)
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/crt-custom/
H A Dmystart.s24 stw r0,lo16(_flag)(r2)
/macosx-10.9.5/libffi-18.1/powerpc/
H A Dppc64-darwin_closure.S368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
389 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
405 lgu r12,lo16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)(r11)
H A Dppc-darwin_closure.S298 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
H A Dppc-darwin.S355 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc64-darwin_closure.S368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
394 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
410 lgu r12,lo16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)(r11)
H A Dppc-darwin_closure.S311 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
H A Dppc-darwin.S359 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc64-darwin_closure.S368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
389 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
405 lgu r12,lo16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)(r11)
H A Dppc-darwin_closure.S298 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
H A Dppc-darwin.S355 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h1273 ARMThumbImmediate lo16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(imm)); local
1275 address[0] = twoWordOp5i6Imm4Reg4EncodedImmFirst(OP_MOV_imm_T3, lo16);
1276 address[1] = twoWordOp5i6Imm4Reg4EncodedImmSecond(right, lo16);
2380 ARMThumbImmediate lo16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(value)); local
2382 location[-4] = twoWordOp5i6Imm4Reg4EncodedImmFirst(OP_MOV_imm_T3, lo16);
2383 location[-3] = twoWordOp5i6Imm4Reg4EncodedImmSecond((location[-3] >> 8) & 0xf, lo16);
2396 ARMThumbImmediate lo16; local
2398 decodeTwoWordOp5i6Imm4Reg4EncodedImmFirst(lo16, location[-4]);
2399 decodeTwoWordOp5i6Imm4Reg4EncodedImmSecond(lo16, location[-3]);
2404 result |= lo16
2590 ARMThumbImmediate lo16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) + 1)); local
2630 ARMThumbImmediate lo16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) + 1)); local
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Ddarwin_closure.S307 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
/macosx-10.9.5/Libc-997.90.3/include/
H A Dasm.h229 #define LOW_ADDR(x) lo16(x)

Completed in 216 milliseconds