Searched refs:Iv (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-dis.c | 269 #define Iv { OP_I, v_mode } macro 2419 { "addS", { eAX, Iv } }, 2428 { "orS", { eAX, Iv } }, 2437 { "adcS", { eAX, Iv } }, 2446 { "sbbS", { eAX, Iv } }, 2455 { "andS", { eAX, Iv } }, 2464 { "subS", { eAX, Iv } }, 2473 { "xorS", { eAX, Iv } }, 2482 { "cmpS", { eAX, Iv } }, 2532 { "imulS", { Gv, Ev, Iv } }, [all …]
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.cpu | 5804 (define-pmacro (Iv cc) ( vbit cc)) 5877 (conditional-branch-i b v OP_06 Iv "integer branch overflow set") 6011 (conditional-branch-cclr b v I OP_0E OPE3_02 Iv NA "integer cclr branch overflow set") 6106 (conditional-branch-ctrlr bc v I OP_0E OPE3_03 Iv NA "integer ctrlr branch overflow set") 6317 (trap-r t v I OP_04 OPE4_0 Iv NA "integer trap overflow set") 6404 (trap-immed ti v I OP_1C Iv NA "integer trap overflow set") 6579 (check-int-condition-code ck v OP_08 Iv "check integer cc overflow set") 6688 (conditional-check-int-condition-code cck v OP_6A OPE4_0 Iv "check integer cc overflow set")
|