| /third_party/ffmpeg/libavformat/ |
| H A D | matroskadec.c | 1152 void *dst = (char *)data + syntax[i].data_offset; in ebml_parse_nest() local 3370 uint8_t *dst = NULL; in matroska_parse_wavpack() local 3454 uint8_t *dst; matroska_parse_prores() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ParseHelper.cpp | 4143 void TParseContext::mergeQualifiers(const TSourceLoc& loc, TQualifier& dst, const TQualifier& src, bool force) in mergeQualifiers() argument 6275 mergeObjectLayoutQualifiers(TQualifier& dst, const TQualifier& src, bool inheritOnly) mergeObjectLayoutQualifiers() argument [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm.c | 3148 char *dst; in snd_pcm_area_silence() local 3316 char *dst; snd_pcm_area_copy() local 4007 snd_pcm_access_mask_copy(snd_pcm_access_mask_t *dst, const snd_pcm_access_mask_t *src) snd_pcm_access_mask_copy() argument 4109 snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *src) snd_pcm_format_mask_copy() argument 4212 snd_pcm_subformat_mask_copy(snd_pcm_subformat_mask_t *dst, const snd_pcm_subformat_mask_t *src) snd_pcm_subformat_mask_copy() argument 4315 snd_pcm_hw_params_copy(snd_pcm_hw_params_t *dst, const snd_pcm_hw_params_t *src) snd_pcm_hw_params_copy() argument 6435 snd_pcm_sw_params_copy(snd_pcm_sw_params_t *dst, const snd_pcm_sw_params_t *src) snd_pcm_sw_params_copy() argument 6992 snd_pcm_status_copy(snd_pcm_status_t *dst, const snd_pcm_status_t *src) snd_pcm_status_copy() argument 7207 snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src) snd_pcm_info_copy() argument 8590 _copy_to_fixed_query_map(snd_pcm_chmap_query_t **dst, const snd_pcm_chmap_t *src) _copy_to_fixed_query_map() argument [all...] |
| /third_party/FatFs/source/ |
| H A D | ff.c | 492 void mem_cpy (void* dst, const void* src, UINT cnt) in mem_cpy() argument 506 void mem_set (void* dst, int val, UINT cnt) in mem_set() argument 517 static int mem_cmp (const void* dst, const void* src, UINT cnt) /* ZR:same, NZ:different */ in mem_cmp() argument 1740 gen_numname( BYTE* dst, const BYTE* src, const WCHAR* lfn, UINT seq ) gen_numname() argument [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 7550 enqueueCopyBuffer( const Buffer& src, const Buffer& dst, size_type src_offset, size_type dst_offset, size_type size, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyBuffer() argument 7652 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, size_type src_row_pitch, size_type src_slice_pitch, size_type dst_row_pitch, size_type dst_slice_pitch, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferRect() argument 7797 enqueueCopyImage( const Image& src, const Image& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyImage() argument 7930 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& region, size_type dst_offset, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyImageToBuffer() argument 7959 enqueueCopyBufferToImage( const Buffer& src, const Image& dst, size_type src_offset, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferToImage() argument 9351 enqueueCopyBuffer( const Buffer& src, const Buffer& dst, size_type src_offset, size_type dst_offset, size_type size, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyBuffer() argument 9567 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, size_type src_row_pitch, size_type src_slice_pitch, size_type dst_row_pitch, size_type dst_slice_pitch, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferRect() argument 9662 enqueueCopyImage( const Image& src, const Image& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyImage() argument 9688 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& region, size_type dst_offset, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyImageToBuffer() argument 9714 enqueueCopyBufferToImage( const Buffer& src, const Image& dst, size_type src_offset, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferToImage() argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | ecp_curves.c | 4832 static inline void add64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, mbedtls_mpi_uint *carry) in add64() argument 4844 static inline void carry64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *carry) in carry64() argument 4935 add32(uint32_t *dst, uint32_t src, signed char *carry) add32() argument 4941 sub32(uint32_t *dst, uint32_t src, signed char *carry) sub32() argument [all...] |
| H A D | ssl_tls.c | 228 int mbedtls_ssl_session_copy(mbedtls_ssl_session *dst, in mbedtls_ssl_session_copy() argument 3347 mbedtls_ssl_get_session(const mbedtls_ssl_context *ssl, mbedtls_ssl_session *dst) mbedtls_ssl_get_session() argument 6413 mbedtls_ssl_get_handshake_transcript(mbedtls_ssl_context *ssl, const mbedtls_md_type_t md, unsigned char *dst, size_t dst_len, size_t *olen) mbedtls_ssl_get_handshake_transcript() argument 6463 ssl_get_handshake_transcript_sha384(mbedtls_ssl_context *ssl, unsigned char *dst, size_t dst_len, size_t *olen) ssl_get_handshake_transcript_sha384() argument 6501 ssl_get_handshake_transcript_sha256(mbedtls_ssl_context *ssl, unsigned char *dst, size_t dst_len, size_t *olen) ssl_get_handshake_transcript_sha256() argument 6537 mbedtls_ssl_get_handshake_transcript(mbedtls_ssl_context *ssl, const mbedtls_md_type_t md, unsigned char *dst, size_t dst_len, size_t *olen) mbedtls_ssl_get_handshake_transcript() argument [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 692 const struct tu_image_view *dst = cmd->state.attachments[a]; in tu6_emit_sysmem_resolve() local 1124 uint32_t *dst = &texture.map[A6XX_TEX_CONST_DWORDS * i]; in tu_emit_input_attachments() local 1990 uint32_t *dst = descriptors_state->dynamic_descriptors + tu_CmdBindDescriptorSets() local 3282 vk2tu_single_stage(VkPipelineStageFlags2 vk_stage, bool dst) vk2tu_single_stage() argument 3394 tu_render_pass_state_merge(struct tu_render_pass_state *dst, const struct tu_render_pass_state *src) tu_render_pass_state_merge() argument [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_private.h | 992 struct v3dv_buffer *dst; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 2042 r600_get_byte_address(struct r600_shader_ctx *ctx, int temp_reg, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src, int stride_bytes_reg, int stride_bytes_chan) r600_get_byte_address() argument 3116 const struct tgsi_full_dst_register *dst = &inst->Dst[0]; r600_store_tcs_output() local 7292 tgsi_op3_dst(struct r600_shader_ctx *ctx, int dst) tgsi_op3_dst() argument 10957 int dst = -1; tgsi_bfe() local [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_private.h | 546 struct pvr_buffer *dst; member
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| H A D | liftoff-assembler-mips.h | 90 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Register base, in Load() argument 181 ChangeEndiannessLoad(LiftoffAssembler* assm, LiftoffRegister dst, LoadType type, LiftoffRegList pinned) ChangeEndiannessLoad() argument 466 LoadInstanceFromFrame(Register dst) LoadInstanceFromFrame() argument 470 LoadFromInstance(Register dst, Register instance, int32_t offset, int size) LoadFromInstance() argument 485 LoadTaggedPointerFromInstance(Register dst, Register instance, int32_t offset) LoadTaggedPointerFromInstance() argument 498 LoadTaggedPointer(Register dst, Register src_addr, Register offset_reg, int32_t offset_imm, LiftoffRegList pinned) LoadTaggedPointer() argument 507 LoadFullPointer(Register dst, Register src_addr, int32_t offset_imm) LoadFullPointer() argument 520 Register dst = no_reg; StoreTaggedPointer() local 550 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument 648 Register dst = no_reg; Store() local 712 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument 770 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument 784 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument 797 Move(Register dst, Register src, ValueKind kind) Move() argument 802 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 810 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local 835 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local 919 emit_i32_mul(Register dst, Register lhs, Register rhs) emit_i32_mul() argument 923 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument 940 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument 946 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument 952 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument 990 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument 994 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument 998 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument 1023 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument 1036 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument 1043 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument 1050 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument 1056 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument 1062 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument 1068 emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_add() argument 1075 emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_sub() argument 1089 Emit64BitShiftOperation( LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, Register amount, void (TurboAssembler::*emit_shift)(Register, Register, Register, Register, Register, Register, Register)) Emit64BitShiftOperation() argument 1129 emit_i64_shl(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shl() argument 1135 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shli() argument 1153 emit_i64_sar(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_sar() argument 1159 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_sari() argument 1172 emit_i64_shr(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shr() argument 1178 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shri() argument 1191 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument 1208 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument 1225 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument 1238 IncrementSmi(LiftoffRegister dst, int offset) IncrementSmi() argument 1246 emit_f32_neg(DoubleRegister dst, DoubleRegister src) emit_f32_neg() argument 1250 emit_f64_neg(DoubleRegister dst, DoubleRegister src) emit_f64_neg() argument 1254 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument 1265 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument 1276 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument 1281 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument 1292 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument 1303 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument 1343 emit_f64_ceil(DoubleRegister dst, DoubleRegister src) emit_f64_ceil() argument 1352 emit_f64_floor(DoubleRegister dst, DoubleRegister src) emit_f64_floor() argument 1361 emit_f64_trunc(DoubleRegister dst, DoubleRegister src) emit_f64_trunc() argument 1370 emit_f64_nearest_int(DoubleRegister dst, DoubleRegister src) emit_f64_nearest_int() argument 1380 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument 1549 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument 1553 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument 1557 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument 1562 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument 1567 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument 1608 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument 1612 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument 1631 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument 1655 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument 1723 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument 1754 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument 1785 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument 1801 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument 1809 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument 1816 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument 1823 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument 1831 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument 1837 emit_i8x16_splat(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_splat() argument 1842 emit_i16x8_splat(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_splat() argument 1847 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument 1852 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument 1857 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument 1862 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument 1896 emit_i16x8_q15mulr_sat_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_q15mulr_sat_s() argument 1902 emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_eq() argument 1907 emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ne() argument 1912 emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_s() argument 1917 emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_u() argument 1922 emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_s() argument 1927 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument 1932 emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_eq() argument 1937 emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ne() argument 1942 emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_s() argument 1947 emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_u() argument 1952 emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_s() argument 1957 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument 1962 emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_eq() argument 1967 emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ne() argument 1972 emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_s() argument 1977 emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_u() argument 1982 emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_s() argument 1987 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument 1992 emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_eq() argument 1997 emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_ne() argument 2002 emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_lt() argument 2007 emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_le() argument 2012 emit_i64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_eq() argument 2017 emit_i64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ne() argument 2022 emit_i64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_abs() argument 2027 emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_eq() argument 2032 emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_ne() argument 2037 emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_lt() argument 2042 emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_le() argument 2047 emit_s128_const(LiftoffRegister dst, const uint8_t imms[16]) emit_s128_const() argument 2052 emit_s128_not(LiftoffRegister dst, LiftoffRegister src) emit_s128_not() argument 2056 emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and() argument 2061 emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_or() argument 2066 emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_xor() argument 2071 emit_s128_and_not(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and_not() argument 2077 emit_s128_select(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, LiftoffRegister mask) emit_s128_select() argument 2084 emit_i8x16_neg(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_neg() argument 2089 emit_v128_anytrue(LiftoffRegister dst, LiftoffRegister src) emit_v128_anytrue() argument 2094 emit_i8x16_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_alltrue() argument 2099 emit_i8x16_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_bitmask() argument 2104 emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shl() argument 2109 emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shli() argument 2114 emit_i8x16_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_s() argument 2120 emit_i8x16_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_s() argument 2125 emit_i8x16_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_u() argument 2131 emit_i8x16_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_u() argument 2136 emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add() argument 2141 emit_i8x16_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_s() argument 2147 emit_i8x16_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_u() argument 2153 emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub() argument 2158 emit_i8x16_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_s() argument 2164 emit_i8x16_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_u() argument 2170 emit_i8x16_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_s() argument 2176 emit_i8x16_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_u() argument 2182 emit_i8x16_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_s() argument 2188 emit_i8x16_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_u() argument 2194 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument 2199 emit_i16x8_neg(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_neg() argument 2204 emit_i16x8_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_alltrue() argument 2209 emit_i16x8_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_bitmask() argument 2214 emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shl() argument 2219 emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shli() argument 2224 emit_i16x8_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_s() argument 2230 emit_i16x8_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_s() argument 2235 emit_i16x8_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_u() argument 2241 emit_i16x8_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_u() argument 2246 emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add() argument 2251 emit_i16x8_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_s() argument 2257 emit_i16x8_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_u() argument 2263 emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub() argument 2268 emit_i16x8_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_s() argument 2274 emit_i16x8_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_u() argument 2280 emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_mul() argument 2285 emit_i16x8_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_s() argument 2291 emit_i16x8_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_u() argument 2297 emit_i16x8_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_s() argument 2303 emit_i16x8_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_u() argument 2309 emit_i16x8_extadd_pairwise_i8x16_s(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_extadd_pairwise_i8x16_s() argument 2314 emit_i16x8_extadd_pairwise_i8x16_u(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_extadd_pairwise_i8x16_u() argument 2319 emit_i32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_neg() argument 2324 emit_i32x4_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_alltrue() argument 2329 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument 2334 emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shl() argument 2339 emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shli() argument 2344 emit_i32x4_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_s() argument 2350 emit_i32x4_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_s() argument 2355 emit_i32x4_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_u() argument 2361 emit_i32x4_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_u() argument 2366 emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_add() argument 2371 emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_sub() argument 2376 emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_mul() argument 2381 emit_i32x4_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_s() argument 2387 emit_i32x4_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_u() argument 2393 emit_i32x4_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_s() argument 2399 emit_i32x4_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_u() argument 2405 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument 2411 emit_i32x4_extadd_pairwise_i16x8_s(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_s() argument 2416 emit_i32x4_extadd_pairwise_i16x8_u(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_u() argument 2421 emit_i64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_neg() argument 2426 emit_i64x2_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_alltrue() argument 2431 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument 2436 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument 2441 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument 2446 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument 2452 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument 2457 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument 2463 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument 2468 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument 2473 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument 2478 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument 2483 emit_i64x2_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_gt_s() argument 2488 emit_i64x2_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ge_s() argument 2493 emit_f32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_abs() argument 2498 emit_f32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_neg() argument 2503 emit_f32x4_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sqrt() argument 2508 emit_f32x4_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_ceil() argument 2513 emit_f32x4_floor(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_floor() argument 2518 emit_f32x4_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_trunc() argument 2523 emit_f32x4_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_nearest_int() argument 2528 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument 2533 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument 2538 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument 2543 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument 2548 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument 2553 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument 2558 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument 2563 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument 2568 emit_f64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_abs() argument 2573 emit_f64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_neg() argument 2578 emit_f64x2_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_sqrt() argument 2583 emit_f64x2_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_ceil() argument 2588 emit_f64x2_floor(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_floor() argument 2593 emit_f64x2_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_trunc() argument 2598 emit_f64x2_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_nearest_int() argument 2603 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument 2608 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument 2613 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument 2618 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument 2623 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument 2628 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument 2633 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument 2638 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument 2643 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument 2648 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument 2653 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument 2658 emit_i32x4_sconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_f32x4() argument 2663 emit_i32x4_uconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_f32x4() argument 2668 emit_i32x4_trunc_sat_f64x2_s_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_s_zero() argument 2673 emit_i32x4_trunc_sat_f64x2_u_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_u_zero() argument 2678 emit_f32x4_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sconvert_i32x4() argument 2683 emit_f32x4_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_uconvert_i32x4() argument 2688 emit_f32x4_demote_f64x2_zero(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_demote_f64x2_zero() argument 2693 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument 2699 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument 2705 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument 2711 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument 2717 emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_low() argument 2722 emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_high() argument 2727 emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_low() argument 2732 emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_high() argument 2737 emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_low() argument 2742 emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_high() argument 2747 emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_low() argument 2752 emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_high() argument 2757 emit_i64x2_sconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_low() argument 2762 emit_i64x2_sconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_high() argument 2767 emit_i64x2_uconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_low() argument 2772 emit_i64x2_uconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_high() argument 2777 emit_i8x16_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_rounding_average_u() argument 2783 emit_i16x8_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_rounding_average_u() argument 2789 emit_i8x16_abs(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_abs() argument 2794 emit_i16x8_abs(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_abs() argument 2799 emit_i32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_abs() argument 2804 emit_i8x16_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_s() argument 2810 emit_i8x16_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_u() argument 2816 emit_i16x8_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_s() argument 2822 emit_i16x8_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_u() argument 2828 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument 2834 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument 2840 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument 2846 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument 2852 emit_i8x16_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i8x16_replace_lane() argument 2859 emit_i16x8_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i16x8_replace_lane() argument 2866 emit_i32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i32x4_replace_lane() argument 2873 emit_i64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i64x2_replace_lane() argument 2880 emit_f32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f32x4_replace_lane() argument 2887 emit_f64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f64x2_replace_lane() argument 3069 emit_set_if_nan(Register dst, FPURegister src, ValueKind kind) emit_set_if_nan() argument 3086 emit_s128_set_if_nan(Register dst, LiftoffRegister src, Register tmp_gp, LiftoffRegister tmp_s128, ValueKind lane_kind) emit_s128_set_if_nan() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/loong64/ |
| H A D | liftoff-assembler-loong64.h | 99 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, in Load() argument 332 LoadInstanceFromFrame(Register dst) LoadInstanceFromFrame() argument 336 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument 354 LoadTaggedPointerFromInstance(Register dst, Register instance, int32_t offset) LoadTaggedPointerFromInstance() argument 367 LoadTaggedPointer(Register dst, Register src_addr, Register offset_reg, int32_t offset_imm, LiftoffRegList pinned) LoadTaggedPointer() argument 376 LoadFullPointer(Register dst, Register src_addr, int32_t offset_imm) LoadFullPointer() argument 422 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument 508 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument 827 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument 841 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument 854 Move(Register dst, Register src, ValueKind kind) Move() argument 860 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 872 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local 899 MemOperand dst = liftoff::GetStackSlot(offset); Spill() local 985 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument 989 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument 993 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument 999 IncrementSmi(LiftoffRegister dst, int offset) IncrementSmi() argument 1008 emit_i32_mul(Register dst, Register lhs, Register rhs) emit_i32_mul() argument 1012 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument 1029 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument 1035 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument 1041 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument 1079 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument 1083 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument 1087 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument 1111 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument 1116 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument 1121 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument 1141 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument 1149 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument 1157 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument 1214 emit_u32_to_uintptr(Register dst, Register src) emit_u32_to_uintptr() argument 1218 emit_f32_neg(DoubleRegister dst, DoubleRegister src) emit_f32_neg() argument 1222 emit_f64_neg(DoubleRegister dst, DoubleRegister src) emit_f64_neg() argument 1226 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument 1237 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument 1248 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument 1253 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument 1264 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument 1275 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument 1320 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument 1565 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument 1569 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument 1573 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument 1578 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument 1583 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument 1625 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument 1629 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument 1648 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument 1652 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument 1704 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument 1735 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument 1766 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument 1782 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument 1790 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument 1797 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument 1804 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument 1812 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument 1818 emit_i8x16_splat(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_splat() argument 1823 emit_i16x8_splat(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_splat() argument 1828 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument 1833 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument 1838 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument 1843 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument 1881 emit_i16x8_q15mulr_sat_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_q15mulr_sat_s() argument 1887 emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_eq() argument 1892 emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ne() argument 1897 emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_s() argument 1902 emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_u() argument 1907 emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_s() argument 1912 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument 1917 emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_eq() argument 1922 emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ne() argument 1927 emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_s() argument 1932 emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_u() argument 1937 emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_s() argument 1942 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument 1947 emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_eq() argument 1952 emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ne() argument 1957 emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_s() argument 1962 emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_u() argument 1967 emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_s() argument 1972 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument 1977 emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_eq() argument 1982 emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_ne() argument 1987 emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_lt() argument 1992 emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_le() argument 1997 emit_i64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_eq() argument 2002 emit_i64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ne() argument 2007 emit_i64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_abs() argument 2012 emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_eq() argument 2017 emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_ne() argument 2022 emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_lt() argument 2027 emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_le() argument 2032 emit_s128_const(LiftoffRegister dst, const uint8_t imms[16]) emit_s128_const() argument 2037 emit_s128_not(LiftoffRegister dst, LiftoffRegister src) emit_s128_not() argument 2041 emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and() argument 2046 emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_or() argument 2051 emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_xor() argument 2056 emit_s128_and_not(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and_not() argument 2062 emit_s128_select(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, LiftoffRegister mask) emit_s128_select() argument 2069 emit_i8x16_neg(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_neg() argument 2074 emit_v128_anytrue(LiftoffRegister dst, LiftoffRegister src) emit_v128_anytrue() argument 2079 emit_i8x16_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_alltrue() argument 2084 emit_i8x16_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_bitmask() argument 2089 emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shl() argument 2094 emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shli() argument 2099 emit_i8x16_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_s() argument 2105 emit_i8x16_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_s() argument 2110 emit_i8x16_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_u() argument 2116 emit_i8x16_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_u() argument 2121 emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add() argument 2126 emit_i8x16_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_s() argument 2132 emit_i8x16_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_u() argument 2138 emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub() argument 2143 emit_i8x16_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_s() argument 2149 emit_i8x16_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_u() argument 2155 emit_i8x16_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_s() argument 2161 emit_i8x16_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_u() argument 2167 emit_i8x16_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_s() argument 2173 emit_i8x16_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_u() argument 2179 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument 2184 emit_i16x8_neg(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_neg() argument 2189 emit_i16x8_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_alltrue() argument 2194 emit_i16x8_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_bitmask() argument 2199 emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shl() argument 2204 emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shli() argument 2209 emit_i16x8_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_s() argument 2215 emit_i16x8_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_s() argument 2220 emit_i16x8_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_u() argument 2226 emit_i16x8_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_u() argument 2231 emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add() argument 2236 emit_i16x8_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_s() argument 2242 emit_i16x8_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_u() argument 2248 emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub() argument 2253 emit_i16x8_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_s() argument 2259 emit_i16x8_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_u() argument 2265 emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_mul() argument 2270 emit_i16x8_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_s() argument 2276 emit_i16x8_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_u() argument 2282 emit_i16x8_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_s() argument 2288 emit_i16x8_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_u() argument 2294 emit_i32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_neg() argument 2299 emit_i32x4_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_alltrue() argument 2304 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument 2309 emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shl() argument 2314 emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shli() argument 2319 emit_i32x4_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_s() argument 2325 emit_i32x4_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_s() argument 2330 emit_i32x4_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_u() argument 2336 emit_i32x4_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_u() argument 2341 emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_add() argument 2346 emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_sub() argument 2351 emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_mul() argument 2356 emit_i32x4_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_s() argument 2362 emit_i32x4_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_u() argument 2368 emit_i32x4_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_s() argument 2374 emit_i32x4_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_u() argument 2380 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument 2386 emit_i64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_neg() argument 2391 emit_i64x2_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_alltrue() argument 2396 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument 2401 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument 2406 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument 2411 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument 2417 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument 2422 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument 2428 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument 2433 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument 2438 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument 2443 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument 2448 emit_i64x2_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_gt_s() argument 2453 emit_i64x2_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ge_s() argument 2458 emit_f32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_abs() argument 2463 emit_f32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_neg() argument 2468 emit_f32x4_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sqrt() argument 2473 emit_f32x4_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_ceil() argument 2479 emit_f32x4_floor(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_floor() argument 2485 emit_f32x4_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_trunc() argument 2491 emit_f32x4_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_nearest_int() argument 2497 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument 2502 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument 2507 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument 2512 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument 2517 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument 2522 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument 2527 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument 2532 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument 2537 emit_f64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_abs() argument 2542 emit_f64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_neg() argument 2547 emit_f64x2_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_sqrt() argument 2552 emit_f64x2_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_ceil() argument 2558 emit_f64x2_floor(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_floor() argument 2564 emit_f64x2_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_trunc() argument 2570 emit_f64x2_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_nearest_int() argument 2576 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument 2581 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument 2586 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument 2591 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument 2596 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument 2601 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument 2606 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument 2611 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument 2616 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument 2621 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument 2626 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument 2631 emit_i32x4_sconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_f32x4() argument 2636 emit_i32x4_uconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_f32x4() argument 2641 emit_i32x4_trunc_sat_f64x2_s_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_s_zero() argument 2646 emit_i32x4_trunc_sat_f64x2_u_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_u_zero() argument 2651 emit_f32x4_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sconvert_i32x4() argument 2656 emit_f32x4_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_uconvert_i32x4() argument 2661 emit_f32x4_demote_f64x2_zero(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_demote_f64x2_zero() argument 2666 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument 2672 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument 2678 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument 2684 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument 2690 emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_low() argument 2695 emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_high() argument 2700 emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_low() argument 2705 emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_high() argument 2710 emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_low() argument 2715 emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_high() argument 2720 emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_low() argument 2725 emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_high() argument 2730 emit_i64x2_sconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_low() argument 2735 emit_i64x2_sconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_high() argument 2740 emit_i64x2_uconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_low() argument 2745 emit_i64x2_uconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_high() argument 2750 emit_i8x16_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_rounding_average_u() argument 2756 emit_i16x8_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_rounding_average_u() argument 2762 emit_i8x16_abs(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_abs() argument 2767 emit_i16x8_abs(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_abs() argument 2772 emit_i32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_abs() argument 2777 emit_i8x16_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_s() argument 2783 emit_i8x16_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_u() argument 2789 emit_i16x8_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_s() argument 2795 emit_i16x8_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_u() argument 2801 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument 2807 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument 2813 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument 2819 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument 2825 emit_i8x16_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i8x16_replace_lane() argument 2832 emit_i16x8_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i16x8_replace_lane() argument 2839 emit_i32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i32x4_replace_lane() argument 2846 emit_i64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_i64x2_replace_lane() argument 2853 emit_f32x4_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f32x4_replace_lane() argument 2860 emit_f64x2_replace_lane(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, uint8_t imm_lane_idx) emit_f64x2_replace_lane() argument 3044 emit_set_if_nan(Register dst, FPURegister src, ValueKind kind) emit_set_if_nan() argument 3061 emit_s128_set_if_nan(Register dst, LiftoffRegister src, Register tmp_gp, LiftoffRegister tmp_s128, ValueKind lane_kind) emit_s128_set_if_nan() argument [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_module.c | 2765 int dst = instr->phi.num_incoming + i; in dxil_phi_add_incoming() local
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_cmd_buffer.c | 1961 dzn_cmd_buffer_blit_set_pipeline(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *src, const struct dzn_image *dst, VkImageAspectFlagBits aspect, VkFilter filter, bool resolve) dzn_cmd_buffer_blit_set_pipeline() argument 2004 dzn_cmd_buffer_blit_set_2d_region(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *src, const VkImageSubresourceLayers *src_subres, const VkOffset3D *src_offsets, const struct dzn_image *dst, const VkImageSubresourceLayers *dst_subres, const VkOffset3D *dst_offsets, bool normalize_src_coords) dzn_cmd_buffer_blit_set_2d_region() argument 2064 dzn_cmd_buffer_blit_issue_barriers(struct dzn_cmd_buffer *cmdbuf, struct dzn_image *src, VkImageLayout src_layout, const VkImageSubresourceLayers *src_subres, struct dzn_image *dst, VkImageLayout dst_layout, const VkImageSubresourceLayers *dst_subres, VkImageAspectFlagBits aspect, bool post) dzn_cmd_buffer_blit_issue_barriers() argument 3419 struct dzn_image_view *dst = att->resolve.iview; dzn_cmd_buffer_resolve_rendering_attachment() local [all...] |
| /third_party/libfuse/lib/ |
| H A D | fuse.c | 1811 struct fuse_bufvec dst = FUSE_BUFVEC_INIT(size); in fuse_fs_read() local
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | macro-assembler-s390.cc | 250 void TurboAssembler::CeilF32(DoubleRegister dst, DoubleRegister src) { in CeilF32() argument 254 void TurboAssembler::CeilF64(DoubleRegister dst, DoubleRegister src) { in CeilF64() argument 258 void TurboAssembler::FloorF32(DoubleRegister dst, DoubleRegister src) { in FloorF32() argument 262 void TurboAssembler::FloorF64(DoubleRegister dst, DoubleRegister src) { in FloorF64() argument 266 void TurboAssembler::TruncF32(DoubleRegister dst, DoubleRegister src) { in TruncF32() argument 270 TruncF64(DoubleRegister dst, DoubleRegister src) TruncF64() argument 274 NearestIntF32(DoubleRegister dst, DoubleRegister src) NearestIntF32() argument 278 NearestIntF64(DoubleRegister dst, DoubleRegister src) NearestIntF64() argument 510 Move(Register dst, Handle<HeapObject> value, RelocInfo::Mode rmode) Move() argument 528 Move(Register dst, ExternalReference reference) Move() argument 539 Move(Register dst, Register src, Condition cond) Move() argument 549 Move(DoubleRegister dst, DoubleRegister src) Move() argument 555 Move(Register dst, const MemOperand& src) Move() argument 580 RotateInsertSelectBits(Register dst, Register src, const Operand& startBit, const Operand& endBit, const Operand& shiftAmt, bool zeroBits) RotateInsertSelectBits() argument 593 BranchRelativeOnIdxHighP(Register dst, Register inc, Label* L) BranchRelativeOnIdxHighP() argument 806 SmiUntag(Register dst, const MemOperand& src) SmiUntag() argument 815 SmiUntagField(Register dst, const MemOperand& src) SmiUntagField() argument 1119 CanonicalizeNaN(const DoubleRegister dst, const DoubleRegister src) CallRecordWriteStub() argument 1127 ConvertIntToDouble(DoubleRegister dst, Register src) CallRecordWriteStub() argument 1131 ConvertUnsignedIntToDouble(DoubleRegister dst, Register src) CallRecordWriteStub() argument 1143 ConvertIntToFloat(DoubleRegister dst, Register src) CallRecordWriteStub() argument 1147 ConvertUnsignedIntToFloat(DoubleRegister dst, Register src) CallRecordWriteStub() argument 1172 ConvertFloat32ToInt64(const Register dst, const DoubleRegister double_input, FPRoundingMode rounding_mode) CallRecordWriteStub() argument 1194 ConvertDoubleToInt64(const Register dst, const DoubleRegister double_input, FPRoundingMode rounding_mode) CallRecordWriteStub() argument 1216 ConvertDoubleToInt32(const Register dst, const DoubleRegister double_input, FPRoundingMode rounding_mode) CallRecordWriteStub() argument 1315 ConvertDoubleToUnsignedInt64( const Register dst, const DoubleRegister double_input, FPRoundingMode rounding_mode) CallRecordWriteStub() argument 1337 ConvertDoubleToUnsignedInt32( const Register dst, const DoubleRegister double_input, FPRoundingMode rounding_mode) CallRecordWriteStub() argument 1362 MovDoubleToInt64(Register dst, DoubleRegister src) CallRecordWriteStub() argument 1366 MovInt64ToDouble(DoubleRegister dst, Register src) CallRecordWriteStub() argument 1601 MovFromFloatResult(const DoubleRegister dst) CallRecordWriteStub() argument 1605 MovFromFloatParameter(const DoubleRegister dst) CallRecordWriteStub() argument 2111 LoadNativeContextSlot(Register dst, int index) CallRecordWriteStub() argument 2436 mov(Register dst, Register src) CallRecordWriteStub() argument 2438 mov(Register dst, const Operand& src) CallRecordWriteStub() argument 2483 MulS32(Register dst, const MemOperand& src1) CallRecordWriteStub() argument 2493 MulS32(Register dst, Register src1) CallRecordWriteStub() argument 2495 MulS32(Register dst, const Operand& src1) CallRecordWriteStub() argument 2506 MulHighS32(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2511 MulHighS32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2518 MulHighS32(Register dst, Register src1, const Operand& src2) CallRecordWriteStub() argument 2532 MulHighU32(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2537 MulHighU32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2541 MulHighU32(Register dst, Register src1, const Operand& src2) CallRecordWriteStub() argument 2558 Mul32WithOverflowIfCCUnequal(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2566 Mul32WithOverflowIfCCUnequal(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2574 Mul32WithOverflowIfCCUnequal(Register dst, Register src1, const Operand& src2) CallRecordWriteStub() argument 2588 DivS32(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2593 DivS32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2607 DivU32(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2612 DivU32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2625 DivS64(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2630 DivS64(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2644 DivU64(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2649 DivU64(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2662 ModS32(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2667 ModS32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2681 ModU32(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2686 ModU32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2699 ModS64(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2704 ModS64(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2718 ModU64(Register dst, Register src1, const MemOperand& src2) CallRecordWriteStub() argument 2723 ModU64(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2729 MulS64(Register dst, const Operand& opnd) CallRecordWriteStub() argument 2733 MulS64(Register dst, Register src) CallRecordWriteStub() argument 2735 MulS64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 2755 AddS32(Register dst, const Operand& opnd) CallRecordWriteStub() argument 2763 AddS64(Register dst, const Operand& opnd) CallRecordWriteStub() argument 2770 AddS32(Register dst, Register src, int32_t opnd) CallRecordWriteStub() argument 2775 AddS32(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 2786 AddS64(Register dst, Register src, int32_t opnd) CallRecordWriteStub() argument 2791 AddS64(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 2803 AddS32(Register dst, Register src) CallRecordWriteStub() argument 2806 AddS64(Register dst, Register src) CallRecordWriteStub() argument 2809 AddS32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2826 AddS64(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2843 AddS32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 2852 AddS64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 2878 AddU32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2894 AddU32(Register dst, const Operand& imm) CallRecordWriteStub() argument 2899 AddU64(Register dst, const Operand& imm) CallRecordWriteStub() argument 2903 AddU64(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2923 AddU32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 2932 AddU64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 2942 SubU32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 2959 SubS32(Register dst, const Operand& imm) CallRecordWriteStub() argument 2964 SubS64(Register dst, const Operand& imm) CallRecordWriteStub() argument 2968 SubS32(Register dst, Register src, int32_t imm) CallRecordWriteStub() argument 2973 SubS32(Register dst, Register src, const Operand& imm) CallRecordWriteStub() argument 2977 SubS64(Register dst, Register src, int32_t imm) CallRecordWriteStub() argument 2982 SubS64(Register dst, Register src, const Operand& imm) CallRecordWriteStub() argument 2987 SubS32(Register dst, Register src) CallRecordWriteStub() argument 2990 SubS64(Register dst, Register src) CallRecordWriteStub() argument 2993 SubS32(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3013 SubS64(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3033 SubS32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3042 SubS64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3050 MovIntToFloat(DoubleRegister dst, Register src) CallRecordWriteStub() argument 3055 MovFloatToInt(Register dst, DoubleRegister src) CallRecordWriteStub() argument 3061 LoadAndSub32(Register dst, Register src, const MemOperand& opnd) CallRecordWriteStub() argument 3067 LoadAndSub64(Register dst, Register src, const MemOperand& opnd) CallRecordWriteStub() argument 3078 SubU32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3087 SubU64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3101 And(Register dst, Register src) CallRecordWriteStub() argument 3104 AndP(Register dst, Register src) CallRecordWriteStub() argument 3107 And(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3124 AndP(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3141 And(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3150 AndP(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3160 And(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3163 AndP(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3177 And(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 3183 AndP(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 3224 Or(Register dst, Register src) CallRecordWriteStub() argument 3227 OrP(Register dst, Register src) CallRecordWriteStub() argument 3230 Or(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3247 OrP(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3264 Or(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3273 OrP(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3283 Or(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3286 OrP(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3300 Or(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 3306 OrP(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 3312 Xor(Register dst, Register src) CallRecordWriteStub() argument 3315 XorP(Register dst, Register src) CallRecordWriteStub() argument 3318 Xor(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3335 XorP(Register dst, Register src1, Register src2) CallRecordWriteStub() argument 3352 Xor(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3361 XorP(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3371 Xor(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3374 XorP(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3385 Xor(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 3391 XorP(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument 3396 Not32(Register dst, Register src) CallRecordWriteStub() argument 3401 Not64(Register dst, Register src) CallRecordWriteStub() argument 3407 NotP(Register dst, Register src) CallRecordWriteStub() argument 3440 CmpS32(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3456 CmpS64(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3466 CmpS32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3476 CmpS64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3503 CmpU32(Register dst, Register src) CallRecordWriteStub() argument 3506 CmpU64(Register dst, Register src) CallRecordWriteStub() argument 3515 CmpU32(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3520 CmpU64(Register dst, const Operand& opnd) CallRecordWriteStub() argument 3530 CmpU32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3540 CmpU64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3573 LoadSmiLiteral(Register dst, Smi smi) CallRecordWriteStub() argument 3598 LoadU64(Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 3692 LoadS32(Register dst, Register src) CallRecordWriteStub() argument 3701 LoadS32(Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 3727 LoadU32(Register dst, Register src) CallRecordWriteStub() argument 3737 LoadU32(Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 3778 LoadU16(Register dst, const MemOperand& mem) CallRecordWriteStub() argument 3787 LoadU16(Register dst, Register src) CallRecordWriteStub() argument 3795 LoadS8(Register dst, const MemOperand& mem) CallRecordWriteStub() argument 3804 LoadS8(Register dst, Register src) CallRecordWriteStub() argument 3812 LoadU8(Register dst, const MemOperand& mem) CallRecordWriteStub() argument 3821 LoadU8(Register dst, Register src) CallRecordWriteStub() argument 3830 LoadU64LE(Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 3835 LoadS32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 3841 LoadU32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 3847 LoadU16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3852 LoadS16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3857 LoadV128LE(DoubleRegister dst, const MemOperand& opnd, Register scratch0, Register scratch1) CallRecordWriteStub() argument 3871 LoadF64LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 3877 LoadF32LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 3951 LoadU64LE(Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 3956 LoadS32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 3961 LoadU32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 3966 LoadU16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3970 LoadS16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument 3974 LoadV128LE(DoubleRegister dst, const MemOperand& opnd, Register scratch0, Register scratch1) CallRecordWriteStub() argument 3980 LoadF64LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 3986 LoadF32LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument 4025 LoadAndTest32(Register dst, Register src) CallRecordWriteStub() argument 4030 LoadAndTestP(Register dst, Register src) CallRecordWriteStub() argument 4039 LoadAndTest32(Register dst, const MemOperand& mem) CallRecordWriteStub() argument 4044 LoadAndTestP(Register dst, const MemOperand& mem) CallRecordWriteStub() argument 4053 LoadOnConditionP(Condition cond, Register dst, Register src) CallRecordWriteStub() argument 4063 LoadF64(DoubleRegister dst, const MemOperand& mem) CallRecordWriteStub() argument 4073 LoadF32(DoubleRegister dst, const MemOperand& mem) CallRecordWriteStub() argument 4082 LoadV128(Simd128Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 4095 StoreF64(DoubleRegister dst, const MemOperand& mem) CallRecordWriteStub() argument 4124 AddF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4136 SubF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4149 MulF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4161 DivF32(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4177 AddF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4189 SubF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4202 MulF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4214 DivF64(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) CallRecordWriteStub() argument 4230 AddFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4240 AddFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4250 SubFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4260 SubFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4270 MulFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4280 MulFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4290 DivFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4300 DivFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4310 LoadF32AsF64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument 4353 LoadS16(Register dst, Register src) CallRecordWriteStub() argument 4363 LoadS16(Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 4426 ShiftLeftU32(Register dst, Register src, const Operand& val) CallRecordWriteStub() argument 4432 ShiftLeftU32(Register dst, Register src, Register val, const Operand& val2) CallRecordWriteStub() argument 4446 ShiftLeftU64(Register dst, Register src, const Operand& val) CallRecordWriteStub() argument 4452 ShiftLeftU64(Register dst, Register src, Register val, const Operand& val2) CallRecordWriteStub() argument 4458 ShiftRightU32(Register dst, Register src, const Operand& val) CallRecordWriteStub() argument 4464 ShiftRightU32(Register dst, Register src, Register val, const Operand& val2) CallRecordWriteStub() argument 4477 ShiftRightU64(Register dst, Register src, Register val, const Operand& val2) CallRecordWriteStub() argument 4483 ShiftRightU64(Register dst, Register src, const Operand& val) CallRecordWriteStub() argument 4489 ShiftRightS32(Register dst, Register src, const Operand& val) CallRecordWriteStub() argument 4495 ShiftRightS32(Register dst, Register src, Register val, const Operand& val2) CallRecordWriteStub() argument 4509 ShiftRightS64(Register dst, Register src, const Operand& val) CallRecordWriteStub() argument 4515 ShiftRightS64(Register dst, Register src, Register val, const Operand& val2) CallRecordWriteStub() argument 4521 ClearRightImm(Register dst, Register src, const Operand& val) CallRecordWriteStub() argument 4548 Popcnt32(Register dst, Register src) CallRecordWriteStub() argument 4561 Popcnt64(Register dst, Register src) CallRecordWriteStub() argument 4576 SwapP(Register src, Register dst, Register scratch) CallRecordWriteStub() argument 4584 SwapP(Register src, MemOperand dst, Register scratch) CallRecordWriteStub() argument 4593 SwapP(MemOperand src, MemOperand dst, Register scratch_0, Register scratch_1) CallRecordWriteStub() argument 4606 SwapFloat32(DoubleRegister src, DoubleRegister dst, DoubleRegister scratch) CallRecordWriteStub() argument 4615 SwapFloat32(DoubleRegister src, MemOperand dst, DoubleRegister scratch) CallRecordWriteStub() argument 4623 SwapFloat32(MemOperand src, MemOperand dst, DoubleRegister scratch) CallRecordWriteStub() argument 4637 SwapDouble(DoubleRegister src, DoubleRegister dst, DoubleRegister scratch) CallRecordWriteStub() argument 4646 SwapDouble(DoubleRegister src, MemOperand dst, DoubleRegister scratch) CallRecordWriteStub() argument 4654 SwapDouble(MemOperand src, MemOperand dst, DoubleRegister scratch) CallRecordWriteStub() argument 4668 SwapSimd128(Simd128Register src, Simd128Register dst, Simd128Register scratch) CallRecordWriteStub() argument 4676 SwapSimd128(Simd128Register src, MemOperand dst, Simd128Register scratch) CallRecordWriteStub() argument 4684 SwapSimd128(MemOperand src, MemOperand dst, Simd128Register scratch) CallRecordWriteStub() argument 4698 ComputeCodeStartAddress(Register dst) CallRecordWriteStub() argument 4702 LoadPC(Register dst) CallRecordWriteStub() argument 4846 CountLeadingZerosU32(Register dst, Register src, Register scratch_pair) CallRecordWriteStub() argument 4854 CountLeadingZerosU64(Register dst, Register src, Register scratch_pair) CallRecordWriteStub() argument 4861 CountTrailingZerosU32(Register dst, Register src, Register scratch_pair) CallRecordWriteStub() argument 4882 CountTrailingZerosU64(Register dst, Register src, Register scratch_pair) CallRecordWriteStub() argument 5115 F64x2Splat(Simd128Register dst, Simd128Register src) CallRecordWriteStub() argument 5119 F32x4Splat(Simd128Register dst, Simd128Register src) CallRecordWriteStub() argument 5123 I64x2Splat(Simd128Register dst, Register src) CallRecordWriteStub() argument 5128 I32x4Splat(Simd128Register dst, Register src) CallRecordWriteStub() argument 5133 I16x8Splat(Simd128Register dst, Register src) CallRecordWriteStub() argument 5138 I8x16Splat(Simd128Register dst, Register src) CallRecordWriteStub() argument 5143 F64x2ExtractLane(DoubleRegister dst, Simd128Register src, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5148 F32x4ExtractLane(DoubleRegister dst, Simd128Register src, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5153 I64x2ExtractLane(Register dst, Simd128Register src, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5158 I32x4ExtractLane(Register dst, Simd128Register src, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5163 I16x8ExtractLaneU(Register dst, Simd128Register src, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5168 I16x8ExtractLaneS(Register dst, Simd128Register src, uint8_t imm_lane_idx, Register scratch) CallRecordWriteStub() argument 5174 I8x16ExtractLaneU(Register dst, Simd128Register src, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5179 I8x16ExtractLaneS(Register dst, Simd128Register src, uint8_t imm_lane_idx, Register scratch) CallRecordWriteStub() argument 5185 F64x2ReplaceLane(Simd128Register dst, Simd128Register src1, DoubleRegister src2, uint8_t imm_lane_idx, Register scratch) CallRecordWriteStub() argument 5195 F32x4ReplaceLane(Simd128Register dst, Simd128Register src1, DoubleRegister src2, uint8_t imm_lane_idx, Register scratch) CallRecordWriteStub() argument 5205 I64x2ReplaceLane(Simd128Register dst, Simd128Register src1, Register src2, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5214 I32x4ReplaceLane(Simd128Register dst, Simd128Register src1, Register src2, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5223 I16x8ReplaceLane(Simd128Register dst, Simd128Register src1, Register src2, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5232 I8x16ReplaceLane(Simd128Register dst, Simd128Register src1, Register src2, uint8_t imm_lane_idx, Register) CallRecordWriteStub() argument 5241 S128Not(Simd128Register dst, Simd128Register src) CallRecordWriteStub() argument 5245 S128Zero(Simd128Register dst, Simd128Register src) CallRecordWriteStub() argument 5249 S128AllOnes(Simd128Register dst, Simd128Register src) CallRecordWriteStub() argument 5253 S128Select(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register mask) CallRecordWriteStub() argument 5475 I64x2Mul(Simd128Register dst, Simd128Register src1, Simd128Register src2, Register scratch1, Register scratch2, Register scratch3) CallRecordWriteStub() argument 5490 F64x2Ne(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5496 F64x2Lt(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5501 F64x2Le(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5506 F32x4Ne(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5512 F32x4Lt(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5517 F32x4Le(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5522 I64x2Ne(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5528 I64x2GeS(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5535 I32x4Ne(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5541 I32x4GeS(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5548 I32x4GeU(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch) CallRecordWriteStub() argument 5555 I16x8Ne(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5561 I16x8GeS(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5568 I16x8GeU(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch) CallRecordWriteStub() argument 5575 I8x16Ne(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5581 I8x16GeS(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5588 I8x16GeU(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch) CallRecordWriteStub() argument 5595 I64x2BitMask(Register dst, Simd128Register src, Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5603 I32x4BitMask(Register dst, Simd128Register src, Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5611 I16x8BitMask(Register dst, Simd128Register src, Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5619 F64x2ConvertLowI32x4S(Simd128Register dst, Simd128Register src) CallRecordWriteStub() argument 5625 F64x2ConvertLowI32x4U(Simd128Register dst, Simd128Register src) CallRecordWriteStub() argument 5631 I8x16BitMask(Register dst, Simd128Register src, Register scratch1, Register scratch2, Simd128Register scratch3) CallRecordWriteStub() argument 5641 V128AnyTrue(Register dst, Simd128Register src, Register scratch) CallRecordWriteStub() argument 5656 I32x4SConvertF32x4(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Register scratch2) CallRecordWriteStub() argument 5670 I32x4UConvertF32x4(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Register scratch2) CallRecordWriteStub() argument 5692 F32x4SConvertI32x4(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Register scratch2) CallRecordWriteStub() argument 5702 F32x4UConvertI32x4(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Register scratch2) CallRecordWriteStub() argument 5715 I16x8SConvertI32x4(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5721 I8x16SConvertI16x8(Simd128Register dst, Simd128Register src1, Simd128Register src2) CallRecordWriteStub() argument 5733 I16x8UConvertI32x4(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch) CallRecordWriteStub() argument 5742 I8x16UConvertI16x8(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch) CallRecordWriteStub() argument 5764 I16x8AddSatS(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5772 I16x8SubSatS(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5780 I16x8AddSatU(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5788 I16x8SubSatU(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5802 I8x16AddSatS(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5810 I8x16SubSatS(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5818 I8x16AddSatU(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5826 I8x16SubSatU(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5841 F64x2PromoteLowF32x4(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Register scratch2, Register scratch3, Register scratch4) CallRecordWriteStub() argument 5857 F32x4DemoteF64x2Zero(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Register scratch2, Register scratch3, Register scratch4) CallRecordWriteStub() argument 5885 I32x4ExtAddPairwiseI16x8S(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5892 I32x4ExtAddPairwiseI16x8U(Simd128Register dst, Simd128Register src, Simd128Register scratch, Simd128Register scratch2) CallRecordWriteStub() argument 5900 I16x8ExtAddPairwiseI8x16S(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5907 I16x8ExtAddPairwiseI8x16U(Simd128Register dst, Simd128Register src, Simd128Register scratch1, Simd128Register scratch2) CallRecordWriteStub() argument 5915 I32x4TruncSatF64x2SZero(Simd128Register dst, Simd128Register src, Simd128Register scratch) CallRecordWriteStub() argument 5927 I32x4TruncSatF64x2UZero(Simd128Register dst, Simd128Register src, Simd128Register scratch) CallRecordWriteStub() argument 5935 S128Const(Simd128Register dst, uint64_t high, uint64_t low, Register scratch1, Register scratch2) CallRecordWriteStub() argument 5942 I8x16Swizzle(Simd128Register dst, Simd128Register src1, Simd128Register src2, Register scratch1, Register scratch2, Simd128Register scratch3, Simd128Register scratch4) CallRecordWriteStub() argument 5962 I8x16Shuffle(Simd128Register dst, Simd128Register src1, Simd128Register src2, uint64_t high, uint64_t low, Register scratch1, Register scratch2, Simd128Register scratch3) CallRecordWriteStub() argument 5972 I32x4DotI16x8S(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch) CallRecordWriteStub() argument 5990 I16x8Q15MulRSatS(Simd128Register dst, Simd128Register src1, Simd128Register src2, Simd128Register scratch1, Simd128Register scratch2, Simd128Register scratch3) CallRecordWriteStub() argument 6057 LoadV32ZeroLE(Simd128Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument 6068 LoadV64ZeroLE(Simd128Register dst, const MemOperand& mem, Register scratch) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.cc | 1277 void Assembler::strb(const Register& rt, const MemOperand& dst) { in strb() argument 1289 void Assembler::strh(const Register& rt, const MemOperand& dst) { in strh() argument 1226 stp(const CPURegister& rt, const CPURegister& rt2, const MemOperand& dst) stp() argument 2490 st2(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) st2() argument 2498 st2(const VRegister& vt, const VRegister& vt2, int lane, const MemOperand& dst) st2() argument 2506 st3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& dst) st3() argument 2515 st3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, int lane, const MemOperand& dst) st3() argument 2524 st4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& dst) st4() argument 2535 st4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, int lane, const MemOperand& dst) st4() argument 2596 st1(const VRegister& vt, int lane, const MemOperand& dst) st1() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64.cc | 1241 GenInstrMsaElm(SecondaryField operation, SecondaryField df, uint32_t n, SrcType src, DstType dst) GenInstrMsaElm() argument
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | macro-assembler-mips.cc | 1314 void TurboAssembler::li(Register dst, Handle<HeapObject> value, LiFlags mode) { in CallRecordWriteStub() argument 139 RecordWriteField(Register object, int offset, Register value, Register dst, RAStatus ra_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action, SmiCheck smi_check) RecordWriteField() argument 1325 li(Register dst, ExternalReference value, LiFlags mode) CallRecordWriteStub() argument 1336 li(Register dst, const StringConstantBase* string, LiFlags mode) CallRecordWriteStub() argument 1981 RoundDouble(FPURegister dst, FPURegister src, FPURoundingMode mode, RoundFunc round) CallRecordWriteStub() argument 2011 Floor_d_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2018 Ceil_d_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2025 Trunc_d_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2032 Round_d_d(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2040 RoundFloat(FPURegister dst, FPURegister src, FPURoundingMode mode, RoundFunc round) CallRecordWriteStub() argument 2075 Floor_s_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2082 Ceil_s_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2089 Trunc_s_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2096 Round_s_s(FPURegister dst, FPURegister src) CallRecordWriteStub() argument 2308 FmoveLow(FPURegister dst, Register src_low) CallRecordWriteStub() argument 2323 Move(FPURegister dst, uint32_t src) CallRecordWriteStub() argument 2330 Move(FPURegister dst, uint64_t src) CallRecordWriteStub() argument 4147 LoadAddress(Register dst, Label* target) CallRecordWriteStub() argument 4224 FPUCanonicalizeNaN(const DoubleRegister dst, const DoubleRegister src) CallRecordWriteStub() argument 4229 MovFromFloatResult(DoubleRegister dst) CallRecordWriteStub() argument 4241 MovFromFloatParameter(DoubleRegister dst) CallRecordWriteStub() argument 4549 AddOverflow(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument 4580 SubOverflow(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument 4611 MulOverflow(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument 4794 LoadNativeContextSlot(Register dst, int index) CallRecordWriteStub() argument 5146 Float32Max(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) CallRecordWriteStub() argument 5191 Float32MaxOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) CallRecordWriteStub() argument 5196 Float32Min(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) CallRecordWriteStub() argument 5241 Float32MinOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) CallRecordWriteStub() argument 5246 Float64Max(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2, Label* out_of_line) CallRecordWriteStub() argument 5291 Float64MaxOutOfLine(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2) CallRecordWriteStub() argument 5297 Float64Min(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2, Label* out_of_line) CallRecordWriteStub() argument 5342 Float64MinOutOfLine(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2) CallRecordWriteStub() argument 5545 ComputeCodeStartAddress(Register dst) CallRecordWriteStub() argument [all...] |
| H A D | assembler-mips.cc | 1312 GenInstrMsaElm(SecondaryField operation, SecondaryField df, uint32_t n, SrcType src, DstType dst) GenInstrMsaElm() argument
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | macro-assembler-riscv64.cc | 1553 void TurboAssembler::li(Register dst, Handle<HeapObject> value, in li() argument 1571 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) { in li() argument 1582 void TurboAssembler::li(Register dst, const StringConstantBase* string, in li() argument 1988 RoundHelper(FPURegister dst, FPURegister src, FPURegister fpu_scratch, RoundingMode frm) RoundHelper() argument 2108 RoundHelper(VRegister dst, VRegister src, Register scratch, VRegister v_scratch, RoundingMode frm) RoundHelper() argument 2202 Floor_d_d(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Floor_d_d() argument 2207 Ceil_d_d(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Ceil_d_d() argument 2212 Trunc_d_d(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Trunc_d_d() argument 2217 Round_d_d(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Round_d_d() argument 2222 Floor_s_s(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Floor_s_s() argument 2227 Ceil_s_s(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Ceil_s_s() argument 2232 Trunc_s_s(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Trunc_s_s() argument 2237 Round_s_s(FPURegister dst, FPURegister src, FPURegister fpu_scratch) Round_s_s() argument 2384 InsertHighWordF64(FPURegister dst, Register src_high) InsertHighWordF64() argument 2400 InsertLowWordF64(FPURegister dst, Register src_low) InsertLowWordF64() argument 2416 LoadFPRImmediate(FPURegister dst, uint32_t src) LoadFPRImmediate() argument 2437 LoadFPRImmediate(FPURegister dst, uint64_t src) LoadFPRImmediate() argument 3535 LoadAddress(Register dst, Label* target, RelocInfo::Mode rmode) LoadAddress() argument 3630 FPUCanonicalizeNaN(const DoubleRegister dst, const DoubleRegister src) FPUCanonicalizeNaN() argument 3638 MovFromFloatResult(const DoubleRegister dst) MovFromFloatResult() argument 3642 MovFromFloatParameter(const DoubleRegister dst) MovFromFloatParameter() argument 3923 WasmRvvEq(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvEq() argument 3932 WasmRvvNe(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvNe() argument 3941 WasmRvvGeS(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGeS() argument 3950 WasmRvvGeU(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGeU() argument 3959 WasmRvvGtS(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGtS() argument 3968 WasmRvvGtU(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGtU() argument 3977 WasmRvvS128const(VRegister dst, const uint8_t imms[16]) WasmRvvS128const() argument 3990 LoadLane(int ts, VRegister dst, uint8_t laneidx, MemOperand src) LoadLane() argument 4022 StoreLane(int sz, VRegister src, uint8_t laneidx, MemOperand dst) StoreLane() argument 4050 AddOverflow64(Register dst, Register left, const Operand& right, Register overflow) AddOverflow64() argument 4080 SubOverflow64(Register dst, Register left, const Operand& right, Register overflow) SubOverflow64() argument 4112 MulOverflow32(Register dst, Register left, const Operand& right, Register overflow) MulOverflow32() argument 4309 LoadNativeContextSlot(Register dst, int index) LoadNativeContextSlot() argument 4534 SmiUntag(Register dst, const MemOperand& src) SmiUntag() argument 4709 FloatMinMaxHelper(FPURegister dst, FPURegister src1, FPURegister src2, MaxMinKind kind) FloatMinMaxHelper() argument 4764 Float32Max(FPURegister dst, FPURegister src1, FPURegister src2) Float32Max() argument 4770 Float32Min(FPURegister dst, FPURegister src1, FPURegister src2) Float32Min() argument 4776 Float64Max(FPURegister dst, FPURegister src1, FPURegister src2) Float64Max() argument 4782 Float64Min(FPURegister dst, FPURegister src1, FPURegister src2) Float64Min() argument 4967 ComputeCodeStartAddress(Register dst) ComputeCodeStartAddress() argument 5082 SmiUntagField(Register dst, const MemOperand& src) SmiUntagField() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | assembler-arm.cc | 827 Register dst = in target_at_put() local 1536 and_(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) and_() argument 1541 and_(Register dst, Register src1, Register src2, SBit s, Condition cond) and_() argument 1546 eor(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) eor() argument 1551 eor(Register dst, Register src1, Register src2, SBit s, Condition cond) eor() argument 1556 sub(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) sub() argument 1561 sub(Register dst, Register src1, Register src2, SBit s, Condition cond) sub() argument 1566 rsb(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) rsb() argument 1571 add(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) add() argument 1576 add(Register dst, Register src1, Register src2, SBit s, Condition cond) add() argument 1581 adc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) adc() argument 1586 sbc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) sbc() argument 1591 rsc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) rsc() argument 1626 orr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) orr() argument 1631 orr(Register dst, Register src1, Register src2, SBit s, Condition cond) orr() argument 1636 mov(Register dst, const Operand& src, SBit s, Condition cond) mov() argument 1643 mov(Register dst, Register src, SBit s, Condition cond) mov() argument 1647 mov_label_offset(Register dst, Label* label) mov_label_offset() argument 1695 bic(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) bic() argument 1700 mvn(Register dst, const Operand& src, SBit s, Condition cond) mvn() argument 1704 asr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) asr() argument 1713 lsl(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) lsl() argument 1722 lsr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) lsr() argument 1732 mla(Register dst, Register src1, Register src2, Register srcA, SBit s, Condition cond) mla() argument 1739 mls(Register dst, Register src1, Register src2, Register srcA, Condition cond) mls() argument 1747 sdiv(Register dst, Register src1, Register src2, Condition cond) sdiv() argument 1755 udiv(Register dst, Register src1, Register src2, Condition cond) udiv() argument 1763 mul(Register dst, Register src1, Register src2, SBit s, Condition cond) mul() argument 1770 smmla(Register dst, Register src1, Register src2, Register srcA, Condition cond) smmla() argument 1777 smmul(Register dst, Register src1, Register src2, Condition cond) smmul() argument 1817 clz(Register dst, Register src, Condition cond) clz() argument 1826 usat(Register dst, int satpos, const Operand& src, Condition cond) usat() argument 1848 ubfx(Register dst, Register src, int lsb, int width, Condition cond) ubfx() argument 1863 sbfx(Register dst, Register src, int lsb, int width, Condition cond) sbfx() argument 1877 bfc(Register dst, int lsb, int width, Condition cond) bfc() argument 1890 bfi(Register dst, Register src, int lsb, int width, Condition cond) bfi() argument 1901 pkhbt(Register dst, Register src1, const Operand& src2, Condition cond) pkhbt() argument 1916 pkhtb(Register dst, Register src1, const Operand& src2, Condition cond) pkhtb() argument 1932 sxtb(Register dst, Register src, int rotate, Condition cond) sxtb() argument 1943 sxtab(Register dst, Register src1, Register src2, int rotate, Condition cond) sxtab() argument 1956 sxth(Register dst, Register src, int rotate, Condition cond) sxth() argument 1967 sxtah(Register dst, Register src1, Register src2, int rotate, Condition cond) sxtah() argument 1980 uxtb(Register dst, Register src, int rotate, Condition cond) uxtb() argument 1991 uxtab(Register dst, Register src1, Register src2, int rotate, Condition cond) uxtab() argument 2004 uxtb16(Register dst, Register src, int rotate, Condition cond) uxtb16() argument 2015 uxth(Register dst, Register src, int rotate, Condition cond) uxth() argument 2026 uxtah(Register dst, Register src1, Register src2, int rotate, Condition cond) uxtah() argument 2039 rbit(Register dst, Register src, Condition cond) rbit() argument 2048 rev(Register dst, Register src, Condition cond) rev() argument 2057 mrs(Register dst, SRegister s, Condition cond) mrs() argument 2090 ldr(Register dst, const MemOperand& src, Condition cond) ldr() argument 2094 str(Register src, const MemOperand& dst, Condition cond) str() argument 2098 ldrb(Register dst, const MemOperand& src, Condition cond) ldrb() argument 2102 strb(Register src, const MemOperand& dst, Condition cond) strb() argument 2106 ldrh(Register dst, const MemOperand& src, Condition cond) ldrh() argument 2110 strh(Register src, const MemOperand& dst, Condition cond) strh() argument 2114 ldrsb(Register dst, const MemOperand& src, Condition cond) ldrsb() argument 2118 ldrsh(Register dst, const MemOperand& src, Condition cond) ldrsh() argument 2131 strd(Register src1, Register src2, const MemOperand& dst, Condition cond) strd() argument 2140 ldr_pcrel(Register dst, int imm12, Condition cond) ldr_pcrel() argument 2151 ldrex(Register dst, Register src, Condition cond) ldrex() argument 2159 strex(Register src1, Register src2, Register dst, Condition cond) strex() argument 2173 ldrexb(Register dst, Register src, Condition cond) ldrexb() argument 2182 strexb(Register src1, Register src2, Register dst, Condition cond) strexb() argument 2196 ldrexh(Register dst, Register src, Condition cond) ldrexh() argument 2205 strexh(Register src1, Register src2, Register dst, Condition cond) strexh() argument 2231 strexd(Register res, Register src1, Register src2, Register dst, Condition cond) strexd() argument 2262 ldm(BlockAddrMode am, Register base, RegList dst, Condition cond) ldm() argument 2425 vldr(const DwVfpRegister dst, const Register base, int offset, const Condition cond) vldr() argument 2461 vldr(const DwVfpRegister dst, const MemOperand& operand, const Condition cond) vldr() argument 2476 vldr(const SwVfpRegister dst, const Register base, int offset, const Condition cond) vldr() argument 2510 vldr(const SwVfpRegister dst, const MemOperand& operand, const Condition cond) vldr() argument 2726 vmov(const DwVfpRegister dst, uint64_t imm) vmov() argument 2744 vmov(const QwNeonRegister dst, uint64_t imm) vmov() argument 2810 vmov(const SwVfpRegister dst, Float32 imm) vmov() argument 2832 vmov(const DwVfpRegister dst, base::Double imm, const Register extra_scratch) vmov() argument 2881 vmov(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vmov() argument 2892 vmov(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vmov() argument 2908 vmov(const DwVfpRegister dst, const Register src1, const Register src2, const Condition cond) vmov() argument 2936 vmov(const SwVfpRegister dst, const Register src, const Condition cond) vmov() argument 2948 vmov(const Register dst, const SwVfpRegister src, const Condition cond) vmov() argument 3055 vcvt_f64_s32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_s32() argument 3061 vcvt_f32_s32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_s32() argument 3066 vcvt_f64_u32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_u32() argument 3072 vcvt_f32_u32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_u32() argument 3077 vcvt_s32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f32() argument 3082 vcvt_u32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f32() argument 3087 vcvt_s32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f64() argument 3093 vcvt_u32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f64() argument 3099 vcvt_f64_f32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_f32() argument 3105 vcvt_f32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_f64() argument 3111 vcvt_f64_s32(const DwVfpRegister dst, int fraction_bits, const Condition cond) vcvt_f64_s32() argument 3128 vneg(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vneg() argument 3144 vneg(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vneg() argument 3158 vabs(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vabs() argument 3173 vabs(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vabs() argument 3186 vadd(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vadd() argument 3206 vadd(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vadd() argument 3223 vsub(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vsub() argument 3243 vsub(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vsub() argument 3260 vmul(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vmul() argument 3280 vmul(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vmul() argument 3297 vmla(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vmla() argument 3315 vmla(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vmla() argument 3330 vmls(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vmls() argument 3348 vmls(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vmls() argument 3363 vdiv(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vdiv() argument 3383 vdiv(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vdiv() argument 3457 vmaxnm(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2) vmaxnm() argument 3473 vmaxnm(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2) vmaxnm() argument 3489 vminnm(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2) vminnm() argument 3505 vminnm(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2) vminnm() argument 3521 vsel(Condition cond, const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2) vsel() argument 3553 vsel(Condition cond, const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2) vsel() argument 3585 vsqrt(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vsqrt() argument 3600 vsqrt(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vsqrt() argument 3613 vmsr(Register dst, Condition cond) vmsr() argument 3620 vmrs(Register dst, Condition cond) vmrs() argument 3627 vrinta(const SwVfpRegister dst, const SwVfpRegister src) vrinta() argument 3640 vrinta(const DwVfpRegister dst, const DwVfpRegister src) vrinta() argument 3653 vrintn(const SwVfpRegister dst, const SwVfpRegister src) vrintn() argument 3666 vrintn(const DwVfpRegister dst, const DwVfpRegister src) vrintn() argument 3679 vrintp(const SwVfpRegister dst, const SwVfpRegister src) vrintp() argument 3692 vrintp(const DwVfpRegister dst, const DwVfpRegister src) vrintp() argument 3705 vrintm(const SwVfpRegister dst, const SwVfpRegister src) vrintm() argument 3718 vrintm(const DwVfpRegister dst, const DwVfpRegister src) vrintm() argument 3731 vrintz(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vrintz() argument 3744 vrintz(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vrintz() argument 3759 vld1(NeonSize size, const NeonListOperand& dst, const NeonMemOperand& src) vld1() argument 3773 vld1s(NeonSize size, const NeonListOperand& dst, uint8_t index, const NeonMemOperand& src) vld1s() argument 3795 vld1r(NeonSize size, const NeonListOperand& dst, const NeonMemOperand& src) vld1r() argument 3805 vst1(NeonSize size, const NeonListOperand& src, const NeonMemOperand& dst) vst1() argument 3817 vst1s(NeonSize size, const NeonListOperand& src, uint8_t index, const NeonMemOperand& dst) vst1s() argument 3833 vmovl(NeonDataType dt, QwNeonRegister dst, DwVfpRegister src) vmovl() argument 3848 vqmovn(NeonDataType dst_dt, NeonDataType src_dt, DwVfpRegister dst, QwNeonRegister src) vqmovn() argument 3891 vmov(NeonDataType dt, DwVfpRegister dst, int index, Register src) vmov() argument 3903 vmov(NeonDataType dt, Register dst, DwVfpRegister src, int index) vmov() argument 3917 vmov(QwNeonRegister dst, QwNeonRegister src) vmov() argument 3923 vdup(NeonSize size, QwNeonRegister dst, Register src) vdup() argument 3975 vdup(NeonSize size, DwVfpRegister dst, DwVfpRegister src, int index) vdup() argument 3982 vdup(NeonSize size, QwNeonRegister dst, DwVfpRegister src, int index) vdup() argument 3990 EncodeNeonVCVT(VFPType dst_type, QwNeonRegister dst, VFPType src_type, QwNeonRegister src) EncodeNeonVCVT() argument 4013 vcvt_f32_s32(QwNeonRegister dst, QwNeonRegister src) vcvt_f32_s32() argument 4020 vcvt_f32_u32(QwNeonRegister dst, QwNeonRegister src) vcvt_f32_u32() argument 4027 vcvt_s32_f32(QwNeonRegister dst, QwNeonRegister src) vcvt_s32_f32() argument 4034 vcvt_u32_f32(QwNeonRegister dst, QwNeonRegister src) vcvt_u32_f32() argument 4168 vmvn(QwNeonRegister dst, QwNeonRegister src) vmvn() argument 4175 vswp(DwVfpRegister dst, DwVfpRegister src) vswp() argument 4183 vswp(QwNeonRegister dst, QwNeonRegister src) vswp() argument 4190 vabs(QwNeonRegister dst, QwNeonRegister src) vabs() argument 4197 vabs(NeonSize size, QwNeonRegister dst, QwNeonRegister src) vabs() argument 4204 vneg(QwNeonRegister dst, QwNeonRegister src) vneg() argument 4211 vneg(NeonSize size, QwNeonRegister dst, QwNeonRegister src) vneg() argument 4263 vand(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vand() argument 4272 vbic(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vbic() argument 4281 vbsl(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vbsl() argument 4290 veor(DwVfpRegister dst, DwVfpRegister src1, DwVfpRegister src2) veor() argument 4299 veor(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) veor() argument 4308 vorr(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vorr() argument 4317 vorn(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vorn() argument 4339 EncodeNeonBinOp(FPBinOp op, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) EncodeNeonBinOp() argument 4402 EncodeNeonBinOp(IntegerBinOp op, NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) EncodeNeonBinOp() argument 4461 EncodeNeonBinOp(IntegerBinOp op, NeonSize size, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) EncodeNeonBinOp() argument 4468 vadd(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vadd() argument 4476 vadd(NeonSize size, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vadd() argument 4484 vqadd(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vqadd() argument 4492 vsub(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vsub() argument 4500 vsub(NeonSize size, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vsub() argument 4508 vqsub(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vqsub() argument 4516 vmlal(NeonDataType dt, QwNeonRegister dst, DwVfpRegister src1, DwVfpRegister src2) vmlal() argument 4535 vmul(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vmul() argument 4543 vmul(NeonSize size, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vmul() argument 4551 vmull(NeonDataType dt, QwNeonRegister dst, DwVfpRegister src1, DwVfpRegister src2) vmull() argument 4568 vmin(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vmin() argument 4576 vmin(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vmin() argument 4584 vmax(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vmax() argument 4592 vmax(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vmax() argument 4673 vshl(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src, int shift) vshl() argument 4682 vshl(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src, QwNeonRegister shift) vshl() argument 4691 vshr(NeonDataType dt, DwVfpRegister dst, DwVfpRegister src, int shift) vshr() argument 4700 vshr(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src, int shift) vshr() argument 4709 vsli(NeonSize size, DwVfpRegister dst, DwVfpRegister src, int shift) vsli() argument 4718 vsri(NeonSize size, DwVfpRegister dst, DwVfpRegister src, int shift) vsri() argument 4727 vsra(NeonDataType dt, DwVfpRegister dst, DwVfpRegister src, int imm) vsra() argument 4736 vrecpe(QwNeonRegister dst, QwNeonRegister src) vrecpe() argument 4743 vrsqrte(QwNeonRegister dst, QwNeonRegister src) vrsqrte() argument 4750 vrecps(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vrecps() argument 4758 vrsqrts(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vrsqrts() argument 4768 EncodeNeonPairwiseOp(NeonPairwiseOp op, NeonDataType dt, DwVfpRegister dst, DwVfpRegister src1, DwVfpRegister src2) EncodeNeonPairwiseOp() argument 4797 vpadd(DwVfpRegister dst, DwVfpRegister src1, DwVfpRegister src2) vpadd() argument 4813 vpadd(NeonSize size, DwVfpRegister dst, DwVfpRegister src1, DwVfpRegister src2) vpadd() argument 4821 vpmin(NeonDataType dt, DwVfpRegister dst, DwVfpRegister src1, DwVfpRegister src2) vpmin() argument 4829 vpmax(NeonDataType dt, DwVfpRegister dst, DwVfpRegister src1, DwVfpRegister src2) vpmax() argument 4837 vrintm(NeonDataType dt, const QwNeonRegister dst, const QwNeonRegister src) vrintm() argument 4845 vrintn(NeonDataType dt, const QwNeonRegister dst, const QwNeonRegister src) vrintn() argument 4853 vrintp(NeonDataType dt, const QwNeonRegister dst, const QwNeonRegister src) vrintp() argument 4861 vrintz(NeonDataType dt, const QwNeonRegister dst, const QwNeonRegister src) vrintz() argument 4869 vtst(NeonSize size, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vtst() argument 4877 vceq(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vceq() argument 4885 vceq(NeonSize size, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vceq() argument 4893 vceq(NeonSize size, QwNeonRegister dst, QwNeonRegister src1, int value) vceq() argument 4902 vcge(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vcge() argument 4910 vcge(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vcge() argument 4918 vcgt(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vcgt() argument 4926 vcgt(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vcgt() argument 4934 vclt(NeonSize size, QwNeonRegister dst, QwNeonRegister src, int value) vclt() argument 4943 vrhadd(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vrhadd() argument 4951 vext(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2, int bytes) vext() argument 5003 vrev16(NeonSize size, QwNeonRegister dst, QwNeonRegister src) vrev16() argument 5010 vrev32(NeonSize size, QwNeonRegister dst, QwNeonRegister src) vrev32() argument 5017 vrev64(NeonSize size, QwNeonRegister dst, QwNeonRegister src) vrev64() argument 5038 vpadal(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src) vpadal() argument 5046 vpaddl(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src) vpaddl() argument 5054 vqrdmulh(NeonDataType dt, QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2) vqrdmulh() argument 5061 vcnt(QwNeonRegister dst, QwNeonRegister src) vcnt() argument 5069 EncodeNeonVTB(DwVfpRegister dst, const NeonListOperand& list, DwVfpRegister index, bool vtbx) EncodeNeonVTB() argument 5086 vtbl(DwVfpRegister dst, const NeonListOperand& list, DwVfpRegister index) vtbl() argument 5092 vtbx(DwVfpRegister dst, const NeonListOperand& list, DwVfpRegister index) vtbx() argument [all...] |
| /third_party/node/deps/v8/src/execution/arm/ |
| H A D | simulator-arm.cc | 3431 uint8_t* dst = reinterpret_cast<uint8_t*>(q_data); in DecodeTypeVFP() local 3640 int dst = instr->VFPDRegValue(dst_precision); in DecodeVCVTBetweenDoubleAndSingle() local 3775 int dst = instr->VFPDRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger() local 3797 int dst = instr->VFPDRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger() local 3970 U dst[kLanes]; Widen() local 3995 U dst[kLanes]; SaturatingNarrow() local 4181 T dst[kElems]; ShiftLeftAndInsert() local 4195 T dst[kElems]; ShiftRightAndInsert() local 4276 T dst[kElems], src1[kElems], src2[kElems]; PairwiseMinMax() local 4290 T dst[kElems], src1[kElems], src2[kElems]; PairwiseAdd() local 4306 WideType dst[kTElems]; PairwiseAddLong() local 4320 WideType dst[kTElems]; PairwiseAddAccumulateLong() local 4334 WideType dst[kElems]; MultiplyLong() local 4384 uint8_t src1[16], src2[16], dst[16]; DecodeAdvancedSIMDTwoOrThreeRegisters() local 4979 uint64_t src1, src2, dst[2]; DecodeAdvancedSIMDTwoOrThreeRegisters() local 5285 uint32_t dst[4]; DecodeAdvancedSIMDDataProcessing() local 5338 uint32_t dst[4], src1[4], src2[4]; DecodeAdvancedSIMDDataProcessing() local 5513 uint32_t dst[4]; DecodeAdvancedSIMDDataProcessing() local 5828 uint8_t* dst = reinterpret_cast<uint8_t*>(q_data); DecodeAdvancedSIMDLoadSingleStructureToAllLanes() local 5836 uint16_t* dst = reinterpret_cast<uint16_t*>(q_data); DecodeAdvancedSIMDLoadSingleStructureToAllLanes() local [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact.cc | 1602 static void RawMigrateObject(EvacuateVisitorBase* base, HeapObject dst, in RawMigrateObject() argument 1698 ExecuteMigrationObservers(AllocationSpace dest, HeapObject src, HeapObject dst, int size) ExecuteMigrationObservers() argument 1705 MigrateObject(HeapObject dst, HeapObject src, int size, AllocationSpace dest) MigrateObject() argument [all...] |