/src/usr.sbin/gspa/gspa/ |
gsp_gram.y | 50 operand y_opnd; 73 %type <y_opnd> operand, operands, ea 91 | operand { $$ = $1; } 92 | operands ',' operand { $$ = add_operand($1, $3); } 95 operand : REGISTER { $$ = reg_op($1); } label
|
gsp_ass.h | 93 /* Structure for an operand */ 94 typedef struct operand { struct 102 struct operand *next; 103 } *operand; typedef in typeref:struct:operand * 105 /* Values for operand type */ 106 #define REG 1 /* register operand */ 107 #define EXPR 2 /* expression operand */ 109 #define STR_OPN 8 /* string operand */ 128 operand abs_adr(expr); 129 operand add_operand(operand, operand) [all...] |
/src/sys/arch/ia64/disasm/ |
disasm_extract.c | 1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, function in typeref:typename:void 1915 operand(i, 0, ASM_OPER_PREG, bits, 0, 6); 1919 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); 1920 operand(i, 2, ASM_OPER_GREG, bits, 13, 7); 1921 operand(i, 3, ASM_OPER_GREG, bits, 20, 7); 1927 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); 1928 operand(i, 2, ASM_OPER_GREG, bits, 13, 7); 1930 operand(i, 4, ASM_OPER_GREG, bits, 20, 7); 1933 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); 1935 operand(i, 3, ASM_OPER_GREG, bits, 20, 7) [all...] |
/src/sys/arch/amiga/amiga/ |
cc.h | 122 u_short operand; member in struct:copper_list::j::k
|
/src/sys/lib/libunwind/ |
DwarfParser.hpp | 322 uint8_t operand; local in function:_Unwind::CFI_Parser::parseInstructions 515 operand = opcode & 0x3F; 518 reg = R::dwarf2regno(operand); 527 codeOffset += operand * cieInfo.codeAlignFactor; 530 reg = R::dwarf2regno(operand);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_dbgmgr.h | 250 enum HSA_DBG_WAVEOP operand; member in struct:dbg_wave_control_info
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeTILEGX_64.c | 615 const struct tilegx_operand* operand = NULL; local in function:get_bundle_bit 617 operand = &tilegx_operands[opcode->operands[inst->pipe][i]]; 620 bits |= operand->insert(val);
|