Searched defs:emit_xor (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | bpf_jit.c | 237 static inline void emit_xor(unsigned int dst, unsigned int src1, in emit_xor() function
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.h | 336 static inline void emit_xor(union loongarch_instruction *insn, enum loongarch_gpr rd, in emit_xor() function
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit.h | 917 static inline void emit_xor(u8 rd, u8 rs1, u8 rs2, struct rv_jit_context *ctx) in emit_xor() function
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit.h | 1023 static inline void emit_xor(u8 rd, u8 rs1, u8 rs2, struct rv_jit_context *ctx) in emit_xor() function
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 2481 void emit_xor(Register dst, Register src, int size) { in emit_xor() function in v8::internal::Assembler 2491 void emit_xor(Register dst, Operand src, int size) { in emit_xor() function in v8::internal::Assembler 2495 void emit_xor(Register dst, Immediate src, int size) { in emit_xor() function in v8::internal::Assembler 2499 void emit_xor(Operand dst, Immediate src, int size) { in emit_xor() function in v8::internal::Assembler 2503 void emit_xor(Operand dst, Register src, int size) { in emit_xor() function in v8::internal::Assembler
|
Completed in 13 milliseconds