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

  /toolchain/binutils/binutils-2.27/include/opcode/
cris.h 167 #define CC_A 0xE
181 #define BA_QUICK_HIGH (BRANCH_QUICK_HIGH + CC_A * 0x10)
188 ((BRANCH_INCR_HIGH + CC_A * 0x10) * 0x0100 + BRANCH_PC_LOW)
  /external/valgrind/none/tests/amd64/
amd64locked.c 224 #define CC_A 0x0010
229 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
252 | (a ? CC_A : 0) \
346 | (a ? CC_A : 0) \
462 | (a ? CC_A : 0) \
fb_test_amd64_shift.h 135 | (a ? CC_A : 0)
fb_test_amd64.c 404 #define CC_A 0x0010
409 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
679 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A)
1161 rflags & (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));\
fb_test_amd64.h 120 | (a ? CC_A : 0)
  /external/valgrind/none/tests/x86/
x86locked.c 209 #define CC_A 0x0010
214 #define CC_MASK (CC_C | CC_P | CC_A | CC_Z | CC_S | CC_O)
237 | (a ? CC_A : 0) \
324 | (a ? CC_A : 0) \
426 | (a ? CC_A : 0) \
  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.c 64 #define CC_A 0x0010
  /external/valgrind/memcheck/tests/x86/
more_x86_fp.c 54 #define CC_A 0x0010
  /toolchain/binutils/binutils-2.27/opcodes/
cris-opc.c 315 0x0F00+(0xF-CC_A)*0x1000, "o", 1, SIZE_NONE, 0,
931 0x0530+CC_A*0x1000,
932 0x0AC0+(0xf-CC_A)*0x1000, "r", 0, SIZE_NONE, 0,
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 297 CC_A = 0x14,
    [all...]
nv50_ir_emit_gk110.cpp 288 case CC_A: n = 0x14; break;
    [all...]
nv50_ir_emit_nv50.cpp 229 case CC_A: enc = 0x12; break;
    [all...]
nv50_ir_emit_nvc0.cpp 256 case CC_A: val = 0x14; break;
    [all...]

Completed in 1924 milliseconds