Home
last modified time | relevance | path

Searched defs:byte_offset (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmthumb.c272 #define OP_B_N(byte_offset) (0xe000 | (((byte_offset) >> 1) & 0x07ff)) argument
282 #define OP_BCC_N(cond, byte_offset) (0xd000 | ((cond) << 8) | (((byte_offset) >> 1) & 0x00ff)) argument
285 #define OP_BCC_W_HI(cond, byte_offset) (0xf000 | ((cond) << 6) | (((byte_offset) >> 10) & 0x0400) |… argument
286 #define OP_BCC_W_LO(byte_offset) (0x8000 | ((byte_offset) & 0x2000) | (((byte_offset) >> 1) & 0x0ff… argument
306 #define OP_BL_HI(byte_offset) (0xf000 | (((byte_offset) >> 12) & 0x07ff)) argument
307 #define OP_BL_LO(byte_offset) (0xf800 | (((byte_offset) >> 1) & 0x07ff)) argument
492 #define OP_BW_HI(byte_offset) (0xf000 | (((byte_offset) >> 12) & 0x07ff)) argument
493 #define OP_BW_LO(byte_offset) (0xb800 | (((byte_offset) >> 1) & 0x07ff)) argument
A Dasmthumb.h263 …ne void asm_thumb_strb_rlo_rlo_i5(asm_thumb_t *as, uint rlo_src, uint rlo_base, uint byte_offset) { in asm_thumb_strb_rlo_rlo_i5()
266 …ne void asm_thumb_strh_rlo_rlo_i5(asm_thumb_t *as, uint rlo_src, uint rlo_base, uint byte_offset) { in asm_thumb_strh_rlo_rlo_i5()
272 …e void asm_thumb_ldrb_rlo_rlo_i5(asm_thumb_t *as, uint rlo_dest, uint rlo_base, uint byte_offset) { in asm_thumb_ldrb_rlo_rlo_i5()
275 …e void asm_thumb_ldrh_rlo_rlo_i5(asm_thumb_t *as, uint rlo_dest, uint rlo_base, uint byte_offset) { in asm_thumb_ldrh_rlo_rlo_i5()
A Dasmarm.c297 void asm_arm_ldr_reg_reg(asm_arm_t *as, uint rd, uint rn, uint byte_offset) { in asm_arm_ldr_reg_reg()
312 void asm_arm_str_reg_reg(asm_arm_t *as, uint rd, uint rm, uint byte_offset) { in asm_arm_str_reg_reg()
A Dasmxtensa.h178 … inline void asm_xtensa_op_l8ui(asm_xtensa_t *as, uint reg_dest, uint reg_base, uint byte_offset) { in asm_xtensa_op_l8ui()
226 …ic inline void asm_xtensa_op_s8i(asm_xtensa_t *as, uint reg_src, uint reg_base, uint byte_offset) { in asm_xtensa_op_s8i()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/file_system/ftl/
A Dftl.c816 uint32_t byte_offset = bit_index % 8; in read_mapping_table() local
830 uint32_t byte_offset = bit_index % 8; in write_mapping_table() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c515 const size_t byte_offset = in generate_row() local
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c29054 …d duk_push_buffer_object(duk_hthread *thr, duk_idx_t idx_buffer, duk_size_t byte_offset, duk_size_… in duk_push_buffer_object()
29160 …d duk_push_buffer_object(duk_hthread *thr, duk_idx_t idx_buffer, duk_size_t byte_offset, duk_size_… in duk_push_buffer_object()
33616 duk_uint_t byte_offset; in duk_bi_typedarray_constructor() local
59767 duk_uint_fast32_t byte_offset; local

Completed in 249 milliseconds