Home
last modified time | relevance | path

Searched refs:emit_i32_xori (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h829 inline void emit_i32_xori(Register dst, Register lhs, int32_t imm);
1661 liftoff::EmitI64IndependentHalfOperationImm<&LiftoffAssembler::emit_i32_xori>( in emit_i64_xori()
H A Dliftoff-compiler.cc1905 &LiftoffAssembler::emit_i32_xori); in BinOp()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1464 void LiftoffAssembler::emit_i32_xori(Register dst, Register lhs, int32_t imm) { in emit_i32_xori() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1216 void LiftoffAssembler::emit_i32_xori(Register dst, Register lhs, int32_t imm) { in emit_i32_xori() function in v8::internal::wasm::LiftoffAssembler

Completed in 26 milliseconds