/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A 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/ |
H A 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/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A 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()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 894 #define WORD_SIZE 0x3 macro 1271 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_return_to() 1348 mem_flags = WORD_SIZE; in sljit_emit_op1() 1400 mem_flags = WORD_SIZE; in sljit_emit_op1() 1434 mem_flags = WORD_SIZE; in sljit_emit_op2() 1513 FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_shift_into() 1518 FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1)); in sljit_emit_shift_into() 1568 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_LR, src, srcw, TMP_REG1)); in sljit_emit_op_src() 1590 return emit_op_mem(compiler, WORD_SIZE | SIGNED, op, src, srcw, TMP_REG1); in sljit_emit_op_src() 1682 emit_fop_mem(compiler, (op & SLJIT_32) ? INT_SIZE : WORD_SIZE, TMP_FREG in sljit_emit_fop1_conv_sw_from_f64() [all...] |
H A D | sljitNativeARM_32.c | 986 #define WORD_SIZE 0x00 macro 1410 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DATA, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_return_to() 1794 return push_inst_with_literal(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, reg, TMP_PC, 0), imm); in load_immediate() 2256 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DATA, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_shift_into() 2261 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in sljit_emit_shift_into() 2299 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DATA, TMP_REG2, src, srcw, TMP_REG1)); in sljit_emit_op_src() 2575 return emit_op_mem(compiler, WORD_SIZE, TMP_REG2, dst, dstw, TMP_REG1); in sljit_emit_fast_enter() 2702 PTR_FAIL_IF(push_inst_with_unique_literal(compiler, ((EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, in sljit_emit_jump() 2933 PTR_FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, in sljit_emit_call() 2981 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DAT in sljit_emit_ijump() [all...] |
H A D | sljitNativeARM_T2_32.c | 934 #define WORD_SIZE 0x00 macro 1547 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_return_to() 1704 flags = WORD_SIZE; in sljit_emit_op1() 1751 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_op1() 1784 emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1); in sljit_emit_op2() 1794 emit_op_mem(compiler, WORD_SIZE, src2_reg, src2, src2w, src2_reg); in sljit_emit_op2() 1804 return emit_op_mem(compiler, WORD_SIZE | STORE, dst_reg, dst, dstw, TMP_REG2); in sljit_emit_op2() 1845 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_shift_into() 1850 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1)); in sljit_emit_shift_into() 1897 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG in sljit_emit_op_src() [all...] |
/third_party/backends/testsuite/sanei/ |
H A D | sanei_check_test.c | 74 #define WORD_SIZE 9 macro 76 { WORD_SIZE - 1, 100, 200, 300, 400, 500, 600, 700, 800 }; 84 sizeof (SANE_Word) * WORD_SIZE,
|
H A D | sanei_constrain_test.c | 93 #define WORD_SIZE 9 macro 95 { WORD_SIZE - 1, 100, 200, 300, 400, 500, 600, 700, 800 }; 103 sizeof (SANE_Word) * WORD_SIZE,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator-reducer.cc | 38 // WORD_SIZE refers to the N for which this adapter specializes. 39 static constexpr std::size_t WORD_SIZE = 32; member in v8::internal::compiler::Word32Adapter 98 // WORD_SIZE refers to the N for which this adapter specializes. 99 static constexpr std::size_t WORD_SIZE = 64; member in v8::internal::compiler::Word64Adapter 1711 (mleft.right().ResolvedValue() & (A::WORD_SIZE - 1)) >= in ReduceWordNAnd() 1869 WordNAdapter::WORD_SIZE == 64}; in TryDetectShiftAndMaskOneBit() 1873 WordNAdapter::WORD_SIZE == 64}; in TryDetectShiftAndMaskOneBit() 2370 if (WordNAdapter::WORD_SIZE == 64) { in ReduceWord32EqualForConstantRhs()
|