HomeSort by relevance Sort by last modified time
    Searched refs:YASM_INSN__OPERAND_IMM (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c 115 retval->type = YASM_INSN__OPERAND_IMM;
184 case YASM_INSN__OPERAND_IMM:
221 case YASM_INSN__OPERAND_IMM:
272 case YASM_INSN__OPERAND_IMM:
insn.h 87 YASM_INSN__OPERAND_IMM /**< An immediate or jump target. */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 431 if (op->type == YASM_INSN__OPERAND_IMM && op->seg) {
516 if (op->type != YASM_INSN__OPERAND_IMM)
696 if (op->type != YASM_INSN__OPERAND_IMM)
852 if (op->type == YASM_INSN__OPERAND_IMM) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 227 if (op->type != YASM_INSN__OPERAND_IMM)
279 if (op->type == YASM_INSN__OPERAND_IMM)
295 case YASM_INSN__OPERAND_IMM:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 825 case YASM_INSN__OPERAND_IMM:
874 if (op->type == YASM_INSN__OPERAND_IMM)
903 if (op->type == YASM_INSN__OPERAND_IMM) {
    [all...]

Completed in 285 milliseconds