/third_party/libffi/src/microblaze/ |
D | ffi.c | 36 #define WORD_SIZE sizeof(unsigned int) macro 37 #define ARGS_REGISTER_SIZE (WORD_SIZE * 6) 38 #define WORD_FFI_ALIGN(x) FFI_ALIGN(x, WORD_SIZE) 62 memcpy(addr, &(ecif->rvalue), WORD_SIZE); in ffi_prep_args() 63 stack_args_p += WORD_SIZE; in ffi_prep_args() 120 if (size < WORD_SIZE) in ffi_prep_args() 122 memcpy (addr + (WORD_SIZE - size), value, size); in ffi_prep_args() 212 ptr += WORD_SIZE; in ffi_closure_call_SYSV() 242 if (arg_types[i]->size < WORD_SIZE) in ffi_closure_call_SYSV() 244 memcpy (ptr, ptr + (WORD_SIZE - arg_types[i]->size), arg_types[i]->size); in ffi_closure_call_SYSV()
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | spirv2dxil.c | 42 #define WORD_SIZE 4 macro 128 if (file_size % WORD_SIZE != 0) { in main() 130 file_size, WORD_SIZE); in main() 134 size_t word_count = file_size / WORD_SIZE; in main()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv2nir.c | 45 #define WORD_SIZE 4 macro 142 if (len % WORD_SIZE != 0) in main() 150 size_t word_count = len / WORD_SIZE; in main()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 862 #define WORD_SIZE 0x3 macro 1265 mem_flags = WORD_SIZE; in sljit_emit_op1() 1317 mem_flags = WORD_SIZE; in sljit_emit_op1() 1351 mem_flags = WORD_SIZE; in sljit_emit_op2() 1414 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_LR, src, srcw, TMP_REG1)); in sljit_emit_op_src() 1436 return emit_op_mem(compiler, WORD_SIZE | SIGNED, op, src, srcw, TMP_REG1); in sljit_emit_op_src() 1528 emit_fop_mem(compiler, (op & SLJIT_32) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_conv_sw_from_f64() 1535 …return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) … in sljit_emit_fop1_conv_sw_from_f64() 1550 …emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? INT_SIZE : WORD_SIZE), TMP_RE… in sljit_emit_fop1_conv_f64_from_sw() 1564 …return emit_fop_mem(compiler, ((op & SLJIT_32) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst, ds… in sljit_emit_fop1_conv_f64_from_sw() [all …]
|
D | sljitNativeARM_32.c | 974 #define WORD_SIZE 0x00 macro 1151 FAIL_IF(push_inst(compiler, data_transfer_insts[WORD_SIZE | LOAD_DATA] | 0x800000 in sljit_emit_enter() 1309 return push_inst(compiler, data_transfer_insts[WORD_SIZE | LOAD_DATA] | 0x800000 in emit_stack_frame_release() 1664 …return push_inst_with_literal(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, reg, TMP_PC, … in load_immediate() 2115 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DATA, TMP_REG2, src, srcw, TMP_REG1)); in sljit_emit_op_src() 2392 return emit_op_mem(compiler, WORD_SIZE, TMP_REG2, dst, dstw, TMP_REG1); in sljit_emit_fast_enter() 2503 PTR_FAIL_IF(push_inst_with_unique_literal(compiler, ((EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, in sljit_emit_jump() 2642 …FAIL_IF(push_inst(compiler, data_transfer_insts[WORD_SIZE] | 0x800000 | RN(SLJIT_SP) | (word_arg_o… in softfloat_call_with_args() 2737 PTR_FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, in sljit_emit_call() 2785 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DATA, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_ijump() [all …]
|
D | sljitNativeARM_T2_32.c | 888 #define WORD_SIZE 0x00 macro 1578 flags = WORD_SIZE; in sljit_emit_op1() 1625 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_op1() 1658 emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1); in sljit_emit_op2() 1668 emit_op_mem(compiler, WORD_SIZE, src2_reg, src2, src2w, src2_reg); in sljit_emit_op2() 1678 return emit_op_mem(compiler, WORD_SIZE | STORE, dst_reg, dst, dstw, TMP_REG2); in sljit_emit_op2() 1709 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG2, src, srcw, TMP_REG2)); in sljit_emit_op_src() 1976 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, TMP_REG1); in sljit_emit_fast_enter() 2356 …FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw, TMP_RE… in sljit_emit_ijump() 2384 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_icall() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 58 #define WORD_SIZE (sizeof(uint32_t)) macro 59 #define IS_32_BIT (sizeof(void *) == WORD_SIZE) 158 (size == WORD_SIZE && (uintptr_t)ptr % WORD_SIZE == 0) ? 1 : size; in __asan_check_load()
|