Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/arch/riscv/
Delf.h188 #define R_RISCV_CLEAR_BTYPE_IMM8(operand) ((operand) & ~R_RISCV_BTYPE_IMM8_MASK((uint32_t) -1)) argument
196 #define R_RISCV_SET_BTYPE_IMM8(operand, imm8) \ argument
204 #define R_RISCV_CLEAR_JTYPE_IMM8(operand) ((operand) & ~R_RISCV_JTYPE_IMM8_MASK((uint32_t) -1)) argument
212 #define R_RISCV_SET_JTYPE_IMM8(operand, imm8) \ argument
220 #define R_RISCV_CLEAR_STYPE_IMM8(operand) ((operand) & ~R_RISCV_STYPE_IMM8_MASK((uint32_t) -1)) argument
228 #define R_RISCV_SET_STYPE_IMM8(operand, imm8) \ argument
236 #define R_RISCV_CLEAR_CJTYPE_IMM8(operand) ((operand) & ~R_RISCV_CJTYPE_IMM8_MASK((uint32_t) -1)) argument
244 #define R_RISCV_SET_CJTYPE_IMM8(operand, imm8) \ argument
252 #define R_RISCV_CLEAR_CBTYPE_IMM8(operand) ((operand) & ~R_RISCV_CBTYPE_IMM8_MASK((uint32_t) -1)) argument
260 #define R_RISCV_SET_CBTYPE_IMM8(operand, imm8) \ argument
[all …]
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.h32 char operand; member
Dsmf_calculator_thread.c31 struct operand { struct
44 struct operand operand_1; argument