Searched refs:emit_i32_to_intptr (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 240 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) { in emit_i32_to_intptr() function
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 249 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) { in emit_i32_to_intptr() function
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 249 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) { in emit_i32_to_intptr() function
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 437 inline void emit_i32_to_intptr(Register dst, Register src);
|
D | liftoff-compiler.cc | 1376 __ emit_i32_to_intptr(index, index); in BoundsCheckMem() local
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 610 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) { in emit_i32_to_intptr() function
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 638 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) {
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 748 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) { in emit_i32_to_intptr() function
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 759 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) { in emit_i32_to_intptr() function
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 882 void LiftoffAssembler::emit_i32_to_intptr(Register dst, Register src) { in emit_i32_to_intptr() function
|